File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# chill #
2
2
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
+
3
8
### 0.4.0
4
9
* Support serializing asJavaIterable.: https://github.com/twitter/chill/pull/192
5
10
* Remove a deprecation, that really should never have been there: https://github.com/twitter/chill/pull/189
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ object ChillBuild extends Build {
20
20
21
21
val sharedSettings = Project .defaultSettings ++ mimaDefaultSettings ++ scalariformSettings ++ Seq (
22
22
23
- version := " 0.4.0 " ,
23
+ version := " 0.4.1 " ,
24
24
organization := " com.twitter" ,
25
25
scalaVersion := " 2.9.3" ,
26
26
crossScalaVersions := Seq (" 2.9.3" , " 2.10.3" ),
You can’t perform that action at this time.
0 commit comments