Skip to content

Commit ac06eb8

Browse files
committed
Version bump to 1.1.1
1 parent 55fa7e9 commit ac06eb8

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

AUTHORS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Recursive-open-struct was written by these fine people:
22

3+
* Ben Langfeld <ben@langfeld.me>
34
* Beni Cherniavsky-Paskin <cben@redhat.com>
45
* Cédric Felizard <cedric@felizard.fr>
56
* Edward Betts <edward@4angle.com>
7+
* Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
68
* Federico Aloi <federico.aloi@gmail.com>
79
* fervic <roberto@runawaybit.com>
810
* Joe Rafaniello <jrafanie@redhat.com>
@@ -12,6 +14,7 @@ Recursive-open-struct was written by these fine people:
1214
* Offirmo <offirmo.net@gmail.com>
1315
* Pedro Sena <sena.pedro@gmail.com>
1416
* Peter Yeremenko <peter.yeremenko@gmail.com>
17+
* Pirate Praveen <praveen@debian.org>
1518
* Sebastian Gaul <sebastian@mgvmedia.com>
1619
* Thiago Guimaraes <thiagogsr@gmail.com>
1720
* Tom Chapin <tchapin@gmail.com>

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.1.1 / 2020/03/10
2+
==================
3+
4+
* FIX [#64](https://github.com/aetherknight/recursive-open-struct/pull/64):
5+
Pirate Praveen: Support Ruby 2.7.0. `OpenStruct#modifiable` support was
6+
finally dropped, and has to be replaced with `OpenStruct#modifiable?`.
7+
* Made some additional changes to continue supporting pre-2.4.x Rubies,
8+
including the current stable JRuby (9.1.x.x, which tracks Ruby 2.3.x for
9+
features)
10+
111
1.1.0 / 2018-02-03
212
==================
313

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.0"
6+
VERSION = "1.1.1"
77
end

0 commit comments

Comments
 (0)