From 616d24a3f7aedae0c3424e45487be1e7847b674f Mon Sep 17 00:00:00 2001 From: BJ Neilsen Date: Mon, 24 Feb 2014 19:36:12 -0700 Subject: [PATCH] Bump version 2.0.0.rc2 --- CHANGES.md | 11 +++++++++++ lib/protobuf/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f8c2636a..03f25b56 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 --------- diff --git a/lib/protobuf/version.rb b/lib/protobuf/version.rb index f459210a..fbf2f45d 100644 --- a/lib/protobuf/version.rb +++ b/lib/protobuf/version.rb @@ -1,3 +1,3 @@ module Protobuf - VERSION = '3.0.0.rc1' + VERSION = '3.0.0.rc2' end