Skip to content

Commit befb197

Browse files
committed
Release changes
1 parent 91e3d98 commit befb197

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# chill #
22

3+
### 0.4.1
4+
* reverse Config contains logic: https://github.com/twitter/chill/pull/205
5+
* fix setConf: https://github.com/twitter/chill/pull/204
6+
* fix default constructor for kryo serialization: https://github.com/twitter/chill/pull/203
7+
38
### 0.4.0
49
* Support serializing asJavaIterable.: https://github.com/twitter/chill/pull/192
510
* Remove a deprecation, that really should never have been there: https://github.com/twitter/chill/pull/189

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object ChillBuild extends Build {
2020

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

23-
version := "0.4.0",
23+
version := "0.4.1",
2424
organization := "com.twitter",
2525
scalaVersion := "2.9.3",
2626
crossScalaVersions := Seq("2.9.3", "2.10.3"),

0 commit comments

Comments
 (0)