We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49265a8 commit cc1adb4Copy full SHA for cc1adb4
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+1.3.1 / 2024/10/03
2
+==================
3
+
4
+* FIX for
5
+ [#79](https://github.com/aetherknight/recursive-open-struct/issues/79):
6
+ Revert #72's change to marshalling and dumping since it is an API-breaking
7
+ change. It will be re-added in a new major version after releasing a fix.
8
9
1.3.0 / 2024/10/01
10
==================
11
lib/recursive_open_struct/version.rb
@@ -3,5 +3,5 @@
require 'ostruct'
class RecursiveOpenStruct < OpenStruct
- VERSION = "1.3.0"
+ VERSION = "1.3.1"
end
0 commit comments