diff --git a/changelog/env_variable_source_files_added.dd b/changelog/env_variable_source_files_added.dd deleted file mode 100644 index b2ef434..0000000 --- a/changelog/env_variable_source_files_added.dd +++ /dev/null @@ -1,4 +0,0 @@ -Environment variable SOURCE_FILES added - -New environment variable `$SOURCE_FILES` added containing -source files from build settings. \ No newline at end of file diff --git a/changelog/zsh-completion.dd b/changelog/zsh-completion.dd deleted file mode 100644 index dea11d1..0000000 --- a/changelog/zsh-completion.dd +++ /dev/null @@ -1,6 +0,0 @@ -DUB now has zsh completion - -A zsh completion script is now present in `scripts/zsh-completion/_zsh`. -It can be installed under the user's prefered `fpath` and provides completion -for options for the most common `dub` commands, as well as list of packages -(based on local packages), e.g. for `dub add`. diff --git a/source/dub/dub.d b/source/dub/dub.d index a08452e..1fee7b9 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -62,8 +62,8 @@ static immutable string[] defaultRegistryURLs = [ "https://code.dlang.org/", "https://codemirror.dlang.org/", + "https://dub.bytecraft.nl/", "https://code-mirror.dlang.io/", - "https://dub-registry.herokuapp.com/", ]; /** Returns a default list of package suppliers. diff --git a/source/dub/version_.d b/source/dub/version_.d index dd29f79..ee84843 100644 --- a/source/dub/version_.d +++ b/source/dub/version_.d @@ -1,2 +1,2 @@ module dub.version_; -enum dubVersion = "v1.20.0-beta.2"; +enum dubVersion = "v1.20.1-beta.1";