diff --git a/CHANGELOG.md b/CHANGELOG.md index de88c7a65..971c32db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +v1.3.0 - 2017-04- +------------------- + +### Features and improvements ### + +- Fix cubic runtime complexity for collecting string import files - [pull #1079][issue1079] +- Fix bogus rebuild of packages with no dependencies - [pull #1093][issue1093] + +[issue1079]: https://github.com/dlang/dub/issues/1079 +[issue1093]: https://github.com/dlang/dub/issues/1093 + v1.2.2 - 2017-03-09 ------------------- diff --git a/source/dub/version_.d b/source/dub/version_.d index a2ee0d227..f58a2325a 100644 --- a/source/dub/version_.d +++ b/source/dub/version_.d @@ -1,2 +1,2 @@ module dub.version_; -enum dubVersion = "v1.2.2"; +enum dubVersion = "v1.3.0-beta.1";