Skip to content

Commit

Permalink
Release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Dec 5, 2014
1 parent 91e3d98 commit befb197
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# chill #

### 0.4.1
* reverse Config contains logic: https://github.com/twitter/chill/pull/205
* fix setConf: https://github.com/twitter/chill/pull/204
* fix default constructor for kryo serialization: https://github.com/twitter/chill/pull/203

### 0.4.0
* Support serializing asJavaIterable.: https://github.com/twitter/chill/pull/192
* Remove a deprecation, that really should never have been there: https://github.com/twitter/chill/pull/189
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object ChillBuild extends Build {

val sharedSettings = Project.defaultSettings ++ mimaDefaultSettings ++ scalariformSettings ++ Seq(

version := "0.4.0",
version := "0.4.1",
organization := "com.twitter",
scalaVersion := "2.9.3",
crossScalaVersions := Seq("2.9.3", "2.10.3"),
Expand Down

0 comments on commit befb197

Please sign in to comment.