Skip to content

Commit

Permalink
Update change log and bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Nov 29, 2013
1 parent 678a7ee commit a7ceba2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

v0.9.20 - 2013-11-
v0.9.20 - 2013-11-29
--------------------

### Features and improvements ###
Expand Down Expand Up @@ -43,6 +43,7 @@ v0.9.20 - 2013-11-
- Fixed generating VisualD projects for shared library packages (by p0nce) - [pull #173][issue173]
- Fixed erroneous upgrading of packages that are not managed by DUB (for "dub upgrade") - [issue #171][issue171]
- Fixed erroneously fetching the same package multiple times when sub packages are used
- Fixed string representation of empty paths (fixes the target file name for generated VisualD projects)

[issue82]: https://github.com/rejectedsoftware/dub/issues/82
[issue116]: https://github.com/rejectedsoftware/dub/issues/116
Expand Down
2 changes: 1 addition & 1 deletion installer/win/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
;--------------------------------------------------------

; Options
!define Version "0.9.13"
!define Version "0.9.20"
!define DubExecPath "..\..\bin"

;--------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion source/dub/version_.d
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module dub.version_; enum dubVersion = "v0.9.19-25-g75aa3e4";
module dub.version_; enum dubVersion = "v0.9.20";

0 comments on commit a7ceba2

Please sign in to comment.