Skip to content

Commit d26b6e8

Browse files
committed
Version bump to 2.0.0
1 parent c116df7 commit d26b6e8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
1.3.1 / 2024/10/03
28
==================
39

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

0 commit comments

Comments
 (0)