Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Jan 28, 2013
1 parent f249f52 commit dfeafa5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,7 +4,7 @@ seq(lsSettings :_*)

organization := "net.databinder.conscript"

version := "0.4.2-SNAPSHOT"
version := "0.4.2"

name := "conscript"

Expand Down
9 changes: 8 additions & 1 deletion notes/0.4.2.markdown
@@ -1,3 +1,10 @@
* Fixes [gh-21][i21]. Use the default github branch by default.
Fixes and improvements

* Use the default github branch (not necessarily "master") when none
is specified. [gh-21][i21]
* Added support to use conscript behind a proxy server, [pull 45][p45]
* Use sbt 0.12.2's launcher so that 2.10.x artifacts are resolved
without minor versions

[i21]: https://github.com/n8han/conscript/issues/21
[p45]: https://github.com/n8han/conscript/pull/45

0 comments on commit dfeafa5

Please sign in to comment.