Skip to content

Commit

Permalink
Bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-stripe committed Feb 16, 2016
1 parent 73de35f commit bf8cd3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Bijection #

### 0.9.2
* Fix issue with `Injection[String, Array[Byte]].invert` for arrays more than `2^(24)` in size: https://github.com/twitter/bijection/pull/243

### 0.9.1
* Repro ser/de failures and add tests: https://github.com/twitter/bijection/pull/241
* Fix flaky URL test: https://github.com/twitter/bijection/pull/240
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Discussion occurs primarily on the [Bijection mailing list](https://groups.googl

## Maven

Bijection modules are available on maven central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.9.0`.
Bijection modules are available on maven central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.9.2`.

Current published artifacts are

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ val unreleasedModules = Set[String]()
def youngestForwardCompatible(subProj: String) =
Some(subProj)
.filterNot(unreleasedModules.contains(_))
.map { s => "com.twitter" % ("bijection-" + s + "_2.10") % "0.8.1" }
.map { s => "com.twitter" % ("bijection-" + s + "_2.10") % "0.9.1" }

def osgiExportAll(packs: String*) =
OsgiKeys.exportPackage := packs.map(_ + ".*;version=${Bundle-Version}")
Expand Down

0 comments on commit bf8cd3c

Please sign in to comment.