Skip to content

Commit

Permalink
Release 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Oct 30, 2024
1 parent 84c9aaa commit 15afc68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changes

### 2024-10-25 (2.7.5)

* Fix a memory leak when `#to_json` methods raise an exception.
* Gracefully handle formatting configs being set to `nil` instead of `""`.
* Workaround another issue caused by conflicting versions of both `json_pure` and `json` being loaded.
Expand Down
2 changes: 1 addition & 1 deletion lib/json/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JSON
VERSION = '2.7.4'
VERSION = '2.7.5'
end

0 comments on commit 15afc68

Please sign in to comment.