Skip to content

Commit

Permalink
Update change log and version file.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Mar 24, 2017
1 parent 26117b7 commit f9d3976
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
-------------------

Expand Down
2 changes: 1 addition & 1 deletion source/dub/version_.d
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
module dub.version_;
enum dubVersion = "v1.2.2";
enum dubVersion = "v1.3.0-beta.1";

0 comments on commit f9d3976

Please sign in to comment.