Skip to content

Commit 0f1a2f7

Browse files
committed
Version bump to 1.1.3
1 parent a12f44f commit 0f1a2f7

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

AUTHORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Recursive-open-struct was written by these fine people:
88
* Ewoud Kohl van Wijngaarden <[email protected]>
99
* Federico Aloi <[email protected]>
1010
11+
* Igor Victor <[email protected]>
12+
* Jean Boussier <[email protected]>
1113
* Joe Rafaniello <[email protected]>
1214
* Kris Dekeyser <[email protected]>
1315
* Matt Culpepper <[email protected]>

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.1.3 / 2020/10/15
2+
==================
3+
4+
* No longer officially supporting Ruby 2.4.x, but compatiblity continues.
5+
* [#68](https://github.com/aetherknight/recursive-open-struct/pull/68): Igor
6+
Victor: Add truffleruby-head to travis
7+
* FIX [#67](https://github.com/aetherknight/recursive-open-struct/pull/67):
8+
Jean Boussier: Support upstream changes to OpenStruct in ruby-head (Ruby
9+
3.0.0-dev)
10+
111
1.1.2 / 2020/06/20
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.2"
6+
VERSION = "1.1.3"
77
end

0 commit comments

Comments
 (0)