Skip to content

Commit

Permalink
Version bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aetherknight committed Oct 4, 2024
1 parent c116df7 commit d26b6e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.0.0 / 2024/10/03
==================

* BREAKING: Restore #72, which is an API-breaking change because it changes
what data is serialized with marshalling.

1.3.1 / 2024/10/03
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/recursive_open_struct/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
require 'ostruct'

class RecursiveOpenStruct < OpenStruct
VERSION = "1.3.1"
VERSION = "2.0.0"
end

0 comments on commit d26b6e8

Please sign in to comment.