Skip to content

Commit

Permalink
add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ritchie committed Sep 11, 2013
1 parent 7247a2a commit 438e33c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# chill #

### 0.3.2

* Add a LocaleSerializer to chill-java: https://github.com/twitter/chill/pull/128
* chill-akka module: https://github.com/twitter/chill/pull/116
* Community section to README (with a mailing list!) https://github.com/twitter/chill/pull/127
* SingletonSerializer for (): https://github.com/twitter/chill/pull/130
* Add Externalizer (fault-tolerant meatlocker): https://github.com/twitter/chill/pull/126
* Use References in Externalizer: https://github.com/twitter/chill/pull/131

### 0.3.1

* Issue 115: fix for wrapped Arrays with non-primitives

### 0.3.0
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Discussion occurs primarily on the [Chill mailing list](https://groups.google.co

## Maven

Chill modules are available on Maven Central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.3.1`.
Chill modules are available on Maven Central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.3.2`.

Current published artifacts are

Expand All @@ -158,6 +158,8 @@ Current published artifacts are
* `chill_2.10`
* `chill-bijection_2.9.3`
* `chill-bijection_2.10`
* `chill-akka_2.9.3`
* `chill-akka_2.10`

The suffix denotes the scala version.

Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object ChillBuild extends Build {

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

version := "0.3.1",
version := "0.3.2",
organization := "com.twitter",
scalaVersion := "2.9.3",
crossScalaVersions := Seq("2.9.3", "2.10.0"),
Expand Down

0 comments on commit 438e33c

Please sign in to comment.