Skip to content

Commit

Permalink
0.11.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Mar 3, 2014
1 parent 782d512 commit 832af31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "sbt-assembly"

organization := "com.eed3si9n"

version := "0.10.2"
version := "0.11.0-SNAPSHOT"

description := "sbt plugin to create a single fat jar"

Expand Down
8 changes: 8 additions & 0 deletions notes/0.11.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[104]: https://github.com/sbt/sbt-assembly/issues/104
[107]: https://github.com/sbt/sbt-assembly/pull/107
[@analytically]: https://github.com/analytically

### MergeStrategy.concat change

`MergeStrategy.concat` will append newline if the file terminates without it.
This is to work around Play Framework's `reference.conf` not containing newline at the end of the file. [#104][104], [#107][107] contributed by [@analytically][@analytically]

0 comments on commit 832af31

Please sign in to comment.