Skip to content

Commit ae188cc

Browse files
committed
Version bump to 1.2.0
1 parent 394b1eb commit ae188cc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.2.0 / 2024/05/27
2+
==================
3+
4+
* [#68](https://github.com/aetherknight/recursive-open-struct/pull/76):
5+
IlyaUmanets: Add `raise_on_missing` option, causing ROS to raise
6+
`NoMethodError` instead of returning `nil` if a field doesn't exist
7+
* MAINT: Switched to Github Actions for CI
8+
* MAINT: No longer officially supporting Ruby versions of 3.0.x or earlier,
9+
updated CI to test 3.1.x, 3.2.x, 3.3.x
10+
111
1.1.3 / 2020/10/15
212
==================
313

lib/recursive_open_struct/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
require 'ostruct'
44

55
class RecursiveOpenStruct < OpenStruct
6-
VERSION = "1.1.3"
6+
VERSION = "1.2.0"
77
end

0 commit comments

Comments
 (0)