8000 Version bump to 0.6.1 · cben/recursive-open-struct@c3d28f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit c3d28f3

Browse files
committed
Version bump to 0.6.1
1 parent cc69541 commit c3d28f3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.6.1 / 2015-03-28
2+
==================
3+
4+
* FIX: Actually ensure that the internal @table is properly dependent or
5+
independent of the input hash tree. I mistakenly refactored away an important
6+
piece of code that fervic added.
7+
* FIX: Actually ensure that `#dup` works.
8+
* Also refactored how `#to_h` is implemented to use newer plumbing.
9+
110
0.6.0 / 2015-03-28
211
==================
312

lib/recursive_open_struct/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
require 'ostruct'
44

55
class RecursiveOpenStruct < OpenStruct
6-
VERSION = "0.6.0"
6+
VERSION = "0.6.1"
77
end

0 commit comments

Comments
 (0)
0