Skip to content

Commit ab6c8f2

Browse files
committed
Release 2.19.7
1 parent f033b9d commit ab6c8f2

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
### Unreleased
44

5+
### 2026-05-28 (2.19.7)
6+
7+
* Fix some more edge cases with out of range floats.
8+
* Ensure the string provided to `JSON.parse` can't be mutated during parsing.
9+
* Add missing write barriers in `State#dup`.
10+
* Further validate generator `depth` config.
11+
512
### 2026-05-28 (2.19.6)
613

714
* Cleanly handle overly large `depth` generator argument.

lib/json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JSON
4-
VERSION = '2.19.6'
4+
VERSION = '2.19.7'
55
end

0 commit comments

Comments
 (0)