Skip to content

Commit 438e33c

Browse files
author
Sam Ritchie
committed
add changes
1 parent 7247a2a commit 438e33c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# chill #
22

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+
312
### 0.3.1
13+
414
* Issue 115: fix for wrapped Arrays with non-primitives
515

616
### 0.3.0

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Discussion occurs primarily on the [Chill mailing list](https://groups.google.co
147147

148148
## Maven
149149

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`.
151151

152152
Current published artifacts are
153153

@@ -158,6 +158,8 @@ Current published artifacts are
158158
* `chill_2.10`
159159
* `chill-bijection_2.9.3`
160160
* `chill-bijection_2.10`
161+
* `chill-akka_2.9.3`
162+
* `chill-akka_2.10`
161163

162164
The suffix denotes the scala version.
163165

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object ChillBuild extends Build {
1212

1313
val sharedSettings = Project.defaultSettings ++ mimaDefaultSettings ++ Seq(
1414

15-
version := "0.3.1",
15+
version := "0.3.2",
1616
organization := "com.twitter",
1717
scalaVersion := "2.9.3",
1818
crossScalaVersions := Seq("2.9.3", "2.10.0"),

0 commit comments

Comments
 (0)