Skip to content

Commit

Permalink
Bump version 2.0.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
localshred committed Feb 25, 2014
1 parent cec0ab8 commit 616d24a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Unstable

3.0.0.rc2
---------

Please read the [rc1 section below](#300rc1) for the greater changeset.

- Add support for assigning a symbol to a string or bytes field. [#181, @abrandoned]
- Add `first_alive_load_balance` option to rpc server. Pass `PB_FIRST_ALIVE_LOAD_BALANCE`
as an env variable to the client process to ensure the client asks the server
if it is alive (able to server requests to clients). [#183, @abrandoned]


3.0.0.rc1
---------

Expand Down
2 changes: 1 addition & 1 deletion lib/protobuf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Protobuf
VERSION = '3.0.0.rc1'
VERSION = '3.0.0.rc2'
end

0 comments on commit 616d24a

Please sign in to comment.