Skip to content

Commit

Permalink
Bump version 2.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
localshred committed Feb 6, 2014
1 parent fe9fd76 commit d52e8ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.8.9
---------

- Deprecated Protobuf::Lifecycle module in favor of using ActiveSupport::Notifications. [#139, @devin-c]
- Modify `$LOAD_PATH` inside descriptors.rb to make it easier for other libraries to write their own compiler plugins using our pre-compiled descriptors. [#141, @localshred]
- Add protobuf:clean and protobuf:compile rake tasks for use in external libraries to compile source definitions to a destination. [#142, @localshred]

2.8.8
---------

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.8'
VERSION = '2.8.9'
PROTOC_VERSION = '2.5.0'
end

0 comments on commit d52e8ba

Please sign in to comment.