Skip to content

Commit 280d4eb

Browse files
committedMay 28, 2024·
Version bump to 1.2.1
1 parent 1827fd8 commit 280d4eb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

Diff for: ‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.2.1 / 2024/05/27
2+
==================
3+
4+
* Fix a test that is flakey with JRuby
5+
16
1.2.0 / 2024/05/27
27
==================
38

Diff for: ‎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.2.0"
6+
VERSION = "1.2.1"
77
end

0 commit comments

Comments
 (0)
Please sign in to comment.