Skip to content

Commit

Permalink
version bump 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronen committed Dec 16, 2011
1 parent c5adb06 commit 426522e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rdoc
Expand Up @@ -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 ==
Expand Down
2 changes: 1 addition & 1 deletion lib/key_struct/version.rb
@@ -1,3 +1,3 @@
module KeyStruct
VERSION = "0.2.1"
VERSION = "0.3.0"
end

0 comments on commit 426522e

Please sign in to comment.