We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1827fd8 commit 280d4ebCopy full SHA for 280d4eb
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+1.2.1 / 2024/05/27
2
+==================
3
+
4
+* Fix a test that is flakey with JRuby
5
6
1.2.0 / 2024/05/27
7
==================
8
lib/recursive_open_struct/version.rb
@@ -3,5 +3,5 @@
require 'ostruct'
class RecursiveOpenStruct < OpenStruct
- VERSION = "1.2.0"
+ VERSION = "1.2.1"
end
0 commit comments