Skip to content

Commit

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

* FIX for
[#79](https://github.com/aetherknight/recursive-open-struct/issues/79):
Revert #72's change to marshalling and dumping since it is an API-breaking
change. It will be re-added in a new major version after releasing a fix.

1.3.0 / 2024/10/01
==================

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.0"
VERSION = "1.3.1"
end

0 comments on commit cc1adb4

Please sign in to comment.