Skip to content

Commit

Permalink
Version bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aetherknight committed May 28, 2024
1 parent 394b1eb commit ae188cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.2.0 / 2024/05/27
==================

* [#68](https://github.com/aetherknight/recursive-open-struct/pull/76):
IlyaUmanets: Add `raise_on_missing` option, causing ROS to raise
`NoMethodError` instead of returning `nil` if a field doesn't exist
* MAINT: Switched to Github Actions for CI
* MAINT: No longer officially supporting Ruby versions of 3.0.x or earlier,
updated CI to test 3.1.x, 3.2.x, 3.3.x

1.1.3 / 2020/10/15
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/recursive_open_struct/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
require 'ostruct'

class RecursiveOpenStruct < OpenStruct
VERSION = "1.1.3"
VERSION = "1.2.0"
end

0 comments on commit ae188cc

Please sign in to comment.