Skip to content

Commit 4a1a4a4

Browse files
committed
Release 2.19.5
1 parent f6ca597 commit 4a1a4a4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

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

33
### Unreleased
44

5+
### 2026-05-04 (2.19.5)
6+
7+
* Cap the parser to emit a maximum of 5 deprecation warnings per document. Emitting more is not helpful.
8+
59
### 2026-04-19 (2.19.4)
610

711
* Fix parsing of out of range floats (very large exponents that lead to either `0.0` or `Inf`).

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.4'
4+
VERSION = '2.19.5'
55
end

0 commit comments

Comments
 (0)