diff --git a/changelog/colors.dd b/changelog/colors.dd deleted file mode 100644 index c66839f..0000000 --- a/changelog/colors.dd +++ /dev/null @@ -1,6 +0,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. diff --git a/source/dub/version_.d b/source/dub/version_.d index 14049d4..5d29e45 100644 --- a/source/dub/version_.d +++ b/source/dub/version_.d @@ -1,2 +1,2 @@ module dub.version_; -enum dubVersion = "v1.32.0-rc.1"; +enum dubVersion = "v1.32.0";