Skip to content

Commit

Permalink
Merge branch 'release/0.8.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
isnotinvain committed Jun 15, 2015
2 parents 0ebf3a3 + 5bea689 commit bc964c9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Bijection #

### 0.8.1
* Simplifies hbase injections with fastAttempt macro: https://github.com/twitter/bijection/pull/220
* Specialize the TBinaryProtocol read path up to ~2x speedups: https://github.com/twitter/bijection/pull/221
* Makes some of the hbase injection tests stricter: https://github.com/twitter/bijection/pull/219
* Migrates hbase bijections to injections because they weren't actually bijections: https://github.com/twitter/bijection/pull/217
* Removes unnecessary HBase injections: https://github.com/twitter/bijection/pull/215
* Fixes flaky test: https://github.com/twitter/bijection/pull/214
* Fixup unidoc: https://github.com/twitter/bijection/pull/213
* Update travis & sbt scala versions to 2.10.5 and 2.11.5: https://github.com/twitter/bijection/pull/212

### 0.8.0
* add twitter util Buf <-> Array[Byte] bijection https://github.com/twitter/bijection/pull/208
* upgrade testing libraries https://github.com/twitter/bijection/pull/207
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.8.0`.
Bijection modules are available on maven central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.8.1`.

Current published artifacts are

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

version in ThisBuild := "0.8.0"
version in ThisBuild := "0.8.1"

0 comments on commit bc964c9

Please sign in to comment.