From 426522e8a2834eed8c0eb6acb12888d11563f114 Mon Sep 17 00:00:00 2001 From: ronen barzel Date: Fri, 16 Dec 2011 00:43:28 +0000 Subject: [PATCH] version bump 0.3.0 --- README.rdoc | 1 + lib/key_struct/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index ff67cda..0caa631 100644 --- a/README.rdoc +++ b/README.rdoc @@ -126,6 +126,7 @@ Requires ruby >= 1.9.2. (Has been tested on MRI 1.9.2 and MRI 1.9.3) Release Notes: +* 0.3.0 - Introduced to_s and inspect * 0.2.1 - Bug fix: return false for == with an incompatible object. Was raising NoMethodError * 0.2.0 - Introduced <=> and to_hash * 0.1.0 - Introduced == diff --git a/lib/key_struct/version.rb b/lib/key_struct/version.rb index 2fcad8a..8dd38b5 100644 --- a/lib/key_struct/version.rb +++ b/lib/key_struct/version.rb @@ -1,3 +1,3 @@ module KeyStruct - VERSION = "0.2.1" + VERSION = "0.3.0" end