8000 Version bump to v1.0.1 · ekohl/recursive-open-struct@e13bd31 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit e13bd31

Browse files
committed
Version bump to v1.0.1
1 parent 4ae076d commit e13bd31

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.0.1 / 2016-01-18
2+
==================
3+
4+
* FIX [#42](https://github.com/aetherknight/recursive-open-struct/issues/42):
5+
`[]` tried to call private methods if they existed instead of triggering the
6+
`method_missing` code path. Thanks to @SaltwaterC for reporting.
7+
18
1.0.0 / 2015-12-11
29
==================
310

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 = "1.0.0"
6+
VERSION = "1.0.1"
77
end

0 commit comments

Comments
 (0)
0