8000 Version bump to 1.1.2 · stevenbank/recursive-open-struct@f9a66a8 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit f9a66a8

Browse files
committed
Version bump to 1.1.2
1 parent 4e1da0a commit f9a66a8

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Recursive-open-struct was written by these fine people:
33
* Ben Langfeld <ben@langfeld.me>
44
* Beni Cherniavsky-Paskin <cben@redhat.com>
55
* Cédric Felizard <cedric@felizard.fr>
6+
* David Feldman <dbfeldman@gmail.com>
67
* Edward Betts <edward@4angle.com>
78
* Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
89
* Federico Aloi <federico.aloi@gmail.com>

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.1.2 / 2020/06/20
2+
==================
3+
4+
* FIX [#58](https://github.com/aetherknight/recursive-open-struct/pull/58):
5+
David Feldman: Fix `[]=` so that it properly updates sub-elements
6+
* [#58](https://github.com/aetherknight/recursive-open-struct/pull/58):
7+
David Feldman: Make the default options configurable at the class level to
8+
simplify adding additional options in subclasses
9+
110
1.1.1 / 2020/03/10
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 = "1.1.1"
6+
VERSION = "1.1.2"
77
end

0 commit comments

Comments
 (0)
0