File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# chill #
2
2
3
+ ### 0.3.2
4
+
5
+ * Add a LocaleSerializer to chill-java: https://github.com/twitter/chill/pull/128
6
+ * chill-akka module: https://github.com/twitter/chill/pull/116
7
+ * Community section to README (with a mailing list!) https://github.com/twitter/chill/pull/127
8
+ * SingletonSerializer for (): https://github.com/twitter/chill/pull/130
9
+ * Add Externalizer (fault-tolerant meatlocker): https://github.com/twitter/chill/pull/126
10
+ * Use References in Externalizer: https://github.com/twitter/chill/pull/131
11
+
3
12
### 0.3.1
13
+
4
14
* Issue 115: fix for wrapped Arrays with non-primitives
5
15
6
16
### 0.3.0
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ Discussion occurs primarily on the [Chill mailing list](https://groups.google.co
147
147
148
148
## Maven
149
149
150
- Chill modules are available on Maven Central. The current groupid and version for all modules is, respectively, ` "com.twitter" ` and ` 0.3.1 ` .
150
+ Chill modules are available on Maven Central. The current groupid and version for all modules is, respectively, ` "com.twitter" ` and ` 0.3.2 ` .
151
151
152
152
Current published artifacts are
153
153
@@ -158,6 +158,8 @@ Current published artifacts are
158
158
* ` chill_2.10 `
159
159
* ` chill-bijection_2.9.3 `
160
160
* ` chill-bijection_2.10 `
161
+ * ` chill-akka_2.9.3 `
162
+ * ` chill-akka_2.10 `
161
163
162
164
The suffix denotes the scala version.
163
165
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ object ChillBuild extends Build {
12
12
13
13
val sharedSettings = Project .defaultSettings ++ mimaDefaultSettings ++ Seq (
14
14
15
- version := " 0.3.1 " ,
15
+ version := " 0.3.2 " ,
16
16
organization := " com.twitter" ,
17
17
scalaVersion := " 2.9.3" ,
18
18
crossScalaVersions := Seq (" 2.9.3" , " 2.10.0" ),
You can’t perform that action at this time.
0 commit comments