Skip to content

Commit 3f526d5

Browse files
committed
Prepare for v1.3.0
1 parent 7ece1dd commit 3f526d5

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

AUTHORS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ Recursive-open-struct was written by these fine people:
88
* Ewoud Kohl van Wijngaarden <[email protected]>
99
* Federico Aloi <[email protected]>
1010
11+
* Hartley McGuire <[email protected]>
1112
* Igor Victor <[email protected]>
1213
* Ilya Umanets <[email protected]>
1314
* Jean Boussier <[email protected]>
1415
* Joe Rafaniello <[email protected]>
1516
* Kris Dekeyser <[email protected]>
17+
* Maple Ong <[email protected]>
1618
* Matt Culpepper <[email protected]>
1719
* Matthew O'Riordan <[email protected]>
1820
* Offirmo <[email protected]>
@@ -26,3 +28,4 @@ Recursive-open-struct was written by these fine people:
2628
* Tom Chapin <[email protected]>
2729
* Victor Guzman <[email protected]>
2830
* William (B.J.) Snow Orvis <[email protected]>
31+
* Wynn (B.J.) Snow Orvis <[email protected]>

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.3.0 / 2024/10/01
2+
==================
3+
4+
* [#72](https://github.com/aetherknight/recursive-open-struct/pull/72): Maple
5+
Ong: Better handle marshalling and dumping ROS
6+
* [#78](https://github.com/aetherknight/recursive-open-struct/pull/78): Hartley
7+
McGuire: Add ostruct as a dependency since newer Ruby versions are going to
8+
remove it
9+
110
1.2.2 / 2024/06/18
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.2.2"
6+
VERSION = "1.3.0"
77
end

0 commit comments

Comments
 (0)