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 <ewoud@kohlvanwijngaarden.nl>
99
* Federico Aloi <federico.aloi@gmail.com>
1010
* fervic <roberto@runawaybit.com>
11+
* Hartley McGuire <skipkayhil@gmail.com>
1112
* Igor Victor <gogainda@yandex.ru>
1213
* Ilya Umanets <ilya.umanets@sabiogroup.com>
1314
* Jean Boussier <jean.boussier@gmail.com>
1415
* Joe Rafaniello <jrafanie@redhat.com>
1516
* Kris Dekeyser <kris.dekeyser@libis.be>
17+
* Maple Ong <maple.ong@gusto.com>
1618
* Matt Culpepper <matt@culpepper.co>
1719
* Matthew O'Riordan <matthew.oriordan@gmail.com>
1820
* Offirmo <offirmo.net@gmail.com>
@@ -26,3 +28,4 @@ Recursive-open-struct was written by these fine people:
2628
* Tom Chapin <tchapin@gmail.com>
2729
* Victor Guzman <victor.guzman@runawaybit.com>
2830
* William (B.J.) Snow Orvis <aetherknight@gmail.com>
31+
* Wynn (B.J.) Snow Orvis <aetherknight@gmail.com>

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)