diff --git a/changelog/dub_root_package_target_env_vars_added.dd b/changelog/dub_root_package_target_env_vars_added.dd deleted file mode 100644 index f0769c3..0000000 --- a/changelog/dub_root_package_target_env_vars_added.dd +++ /dev/null @@ -1,4 +0,0 @@ -Dub root package target environment variables added - -Environment variables `DUB_ROOT_PACKAGE_TARGET_TYPE`, `DUB_ROOT_PACKAGE_TARGET_PATH` -and `DUB_ROOT_PACKAGE_TARGET_NAME` have been added and exposed. diff --git a/changelog/improved_cli_extensibility.dd b/changelog/improved_cli_extensibility.dd deleted file mode 100644 index 2f9b7cf..0000000 --- a/changelog/improved_cli_extensibility.dd +++ /dev/null @@ -1,9 +0,0 @@ -Improved CLI extensibility - -The code from the runDubCommandLine was moved to some other structs. The new -CommandLineHandler structure takes care of the CLI state and commands, which -allows DUB commands to be extended in other projects. - -The CommandArgs class now has new `hasAppArgs` and `appArgs` methods which -allows you to get the app arguments. In addition, the `extractAllRemainingArgs` -method will return all unused arguments and the app arguments. diff --git a/source/dub/version_.d b/source/dub/version_.d index 85c9f2b..5563891 100644 --- a/source/dub/version_.d +++ b/source/dub/version_.d @@ -1,2 +1,2 @@ module dub.version_; -enum dubVersion = "v1.22.0-beta.1"; +enum dubVersion = "v1.22.0";