We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c116df7 commit d26b6e8Copy full SHA for d26b6e8
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+2.0.0 / 2024/10/03
2
+==================
3
+
4
+* BREAKING: Restore #72, which is an API-breaking change because it changes
5
+ what data is serialized with marshalling.
6
7
1.3.1 / 2024/10/03
8
==================
9
lib/recursive_open_struct/version.rb
@@ -3,5 +3,5 @@
require 'ostruct'
class RecursiveOpenStruct < OpenStruct
- VERSION = "1.3.1"
+ VERSION = "2.0.0"
end
0 commit comments