Skip to content

Commit

Permalink
Version bump 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonroelofs committed Jan 6, 2015
1 parent e44a32c commit fc38db5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions ANNOUNCE
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ What is Rice?

What's New?

* Ruby 2.1 support -- Thanks Chai Zhenhua
* Methods and Constructors have correct method access specifiers [#57]
* Clean up some 64-bit compiler warnings
* Ruby 2.2 support
Potential breaking changes. Ruby 2.2 removed RHash as a public accessible struct
and as such I changed all of the Builtin_Objects to work directly off of RObject
instead of the specifics (RArray, RStruct, RString, etc). If you've been using these
objects directly I recommend using either the Rice API or Ruby's CAPI instead for
future compatibility.

Supported Platforms:

Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rice
VERSION = "1.6.3"
VERSION = "1.7.0"
end

0 comments on commit fc38db5

Please sign in to comment.