Skip to content

Commit aedf4a0

Browse files
committed
Version bump to 1.2.2
1 parent adc698c commit aedf4a0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.2.2 / 2024/06/18
2+
==================
3+
4+
* [#75](https://github.com/aetherknight/recursive-open-struct/pull/75): Richard
5+
Degenne: Fix Ruby 3.1 `#freeze`
6+
17
1.2.1 / 2024/05/27
28
==================
39

@@ -6,7 +12,7 @@
612
1.2.0 / 2024/05/27
713
==================
814

9-
* [#68](https://github.com/aetherknight/recursive-open-struct/pull/76):
15+
* [#76](https://github.com/aetherknight/recursive-open-struct/pull/76):
1016
IlyaUmanets: Add `raise_on_missing` option, causing ROS to raise
1117
`NoMethodError` instead of returning `nil` if a field doesn't exist
1218
* MAINT: Switched to Github Actions for CI

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

0 commit comments

Comments
 (0)