Skip to content

Commit

Permalink
version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codekitchen committed Sep 22, 2014
1 parent 1908cac commit ffec965
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## Unreleased
## 1.6.0 - 2014-09-22
### Added
- More metaprogramming support via `get_expected_field`, `get_optional_field`.
- Ruby 2.1 support.
- Protocol Buffers text format support.

### Changed
- Fixed Windows line ending bug in encoder.
Expand Down
2 changes: 1 addition & 1 deletion lib/protocol_buffers/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ProtocolBuffers
VERSION = "1.5.1"
VERSION = "1.6.0"
end

0 comments on commit ffec965

Please sign in to comment.