Skip to content

Commit cc1adb4

Browse files
committed
Version bump to 1.3.1
1 parent 49265a8 commit cc1adb4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
1.3.0 / 2024/10/01
210
==================
311

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.3.0"
6+
VERSION = "1.3.1"
77
end

0 commit comments

Comments
 (0)