From 3731373de1e77d4287c85c5e3e17e440f844e669 Mon Sep 17 00:00:00 2001 From: FURUHASHI Sadayuki Date: Mon, 9 May 2011 22:35:35 +0900 Subject: [PATCH] ruby: 0.4.5 --- ruby/ChangeLog | 11 +++++++++++ ruby/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ruby/ChangeLog b/ruby/ChangeLog index d3a72829..19a3de09 100644 --- a/ruby/ChangeLog +++ b/ruby/ChangeLog @@ -1,4 +1,15 @@ +2011-05-09 version 0.4.5: + + * Improves compatibility with JRuby + +2010-11-28 version 0.4.4: + + * Adds Unpacker#feed_each method + * Improves compatibility with Rubinius + * Improves compatibility with ruby-1.8.5 + * Encodings of String instances to UTF-8 on Ruby 1.9 + 2010-06-29 version 0.4.3: * Adds MessagePack::VERSION constant diff --git a/ruby/version.rb b/ruby/version.rb index 4fca81ff..1708ff00 100644 --- a/ruby/version.rb +++ b/ruby/version.rb @@ -1,3 +1,3 @@ module MessagePack - VERSION = "0.4.4" + VERSION = "0.4.5" end