Skip to content

Commit d0eca3a

Browse files
committed
Bumping version numbers to 0.3.1
1 parent 402f569 commit d0eca3a

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# chill #
22

3+
### 0.3.1
4+
* Issue 115: fix for wrapped Arrays with non-primitives
5+
36
### 0.3.0
47
* Lots of refactoring around configuration (see chill.config in chill-java)
58
* Issue #94 KryoPool for pooling Kryo instances and Output buffers

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ KryoInjection can be composed with Bijections and Injections from `com.twitter.b
122122

123123
## Maven
124124

125-
Chill modules are available on Maven Central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.3.0`.
125+
Chill modules are available on Maven Central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.3.1`.
126126

127127
Current published artifacts are
128128

project/Build.scala

Lines changed: 2 additions & 2 deletions
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.0",
15+
version := "0.3.1",
1616
organization := "com.twitter",
1717
scalaVersion := "2.9.3",
1818
crossScalaVersions := Seq("2.9.3", "2.10.0"),
@@ -120,7 +120,7 @@ object ChillBuild extends Build {
120120
settings = sharedSettings
121121
).settings(
122122
name := "chill",
123-
previousArtifact := Some("com.twitter" % "chill_2.9.2" % "0.2.2"),
123+
previousArtifact := Some("com.twitter" % "chill_2.9.3" % "0.3.0"),
124124
libraryDependencies ++= Seq(
125125
"org.ow2.asm" % "asm-commons" % "4.0"
126126
)

0 commit comments

Comments
 (0)