Skip to content

Commit

Permalink
Bump version 2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
localshred committed Sep 17, 2013
1 parent 61fc0dc commit 15b2416
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.8.6
---------

- Fix string/byte encoding issue when unicode characters present. Reported by @foxban. This was also backported to v2.7.12. [#120]

2.8.5
----------

Expand Down Expand Up @@ -35,6 +40,11 @@
- No longer creating `-java` platform gem due to removal of c++ compiler.
- Added WTFPL license.

2.7.12
-----------

- Backport string/byte encoding issue when unicode characters present. [code: #122, original issue: #120]

2.0.0
-----------

Expand Down
2 changes: 1 addition & 1 deletion lib/protobuf/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Protobuf
VERSION = '2.8.5'
VERSION = '2.8.6'
PROTOC_VERSION = '2.5.0'
end

0 comments on commit 15b2416

Please sign in to comment.