Merge remote-tracking branch 'upstream/stable' into merge_stable
commit 7b99014058ae1c082d2e0c84a7d5839a45bec751
2 parents d7e5ee6 + 627a434
@Iain Buclaw Iain Buclaw authored on 1 Apr 2023
Showing 2 changed files
View
7
changelog/colors.dd 100644 → 0
The `--color` argument now accepts values `auto`, `never`, `always`
 
The previous `automatic`, `on`, `off` values are still supported, but
undocumented, because they are used in almost no other program like this. For
consistency, with other Linux tools especially, we have implemented and switched
the defaults to the widely-used `auto`, `never`, `always` values.
View
2
■■■
source/dub/version_.d
module dub.version_;
enum dubVersion = "v1.32.0-rc.1";
enum dubVersion = "v1.32.0";