Skip to content

Commit 65ef3bb

Browse files
committed
Update README/CHANGES, version bump
1 parent f4146d2 commit 65ef3bb

3 files changed

Lines changed: 7 additions & 2 deletions

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.2.3
4+
* Update to Kryo 2.21
5+
* Update to Bijection 0.4.0
6+
* Improve Traversable Serializer
7+
38
### 0.2.2
49

510
* Custom RegexSerializer

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Chill provides support for singletons, scala Objects and the following types:
4444

4545
## Maven
4646

47-
Current version is `0.2.2`. groupid=`"com.twitter"` artifact=`"chill_2.9.2"` or artifact=`"chill_2.10"`.
47+
Current version is `0.2.3`. groupid=`"com.twitter"` artifact=`"chill_2.9.2"` or artifact=`"chill_2.10"`.
4848

4949
## Authors
5050

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object ChillBuild extends Build {
1313
val sharedSettings = Project.defaultSettings ++
1414
mimaDefaultSettings ++ Seq(
1515

16-
version := "0.2.3-SNAPSHOT",
16+
version := "0.2.3",
1717

1818
organization := "com.twitter",
1919

0 commit comments

Comments
 (0)