From 5bea689a200220f3bc5bdffb2a56b9d1e0518a8b Mon Sep 17 00:00:00 2001 From: Alex Levenson Date: Mon, 15 Jun 2015 15:25:09 -0700 Subject: [PATCH] Prepare for 0.8.1 release --- CHANGES.md | 10 ++++++++++ README.md | 2 +- version.sbt | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7b379d49e..0a444b81b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/README.md b/README.md index 9dfc35ac8..c8a0337e3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/version.sbt b/version.sbt index 014e7f4a2..a599a5caa 100644 --- a/version.sbt +++ b/version.sbt @@ -1,2 +1,2 @@ -version in ThisBuild := "0.8.0" +version in ThisBuild := "0.8.1"