Skip to content

Commit 6688a81

Browse files
committed
Release 2.19.4
1 parent f1e6163 commit 6688a81

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGES.md

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

33
### Unreleased
44

5+
### 2026-04-19 (2.19.4)
6+
57
* Fix parsing of out of range floats (very large exponents that lead ot either `0.0` or `Inf`).
68

79
### 2026-03-25 (2.19.3)

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

0 commit comments

Comments
 (0)