Skip to content

Commit 4a42a04

Browse files
committed
Release 2.19.1
1 parent 13689c2 commit 4a42a04

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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-03-08 (2.19.1)
6+
7+
* Fix a compiler dependent GC bug introduced in `2.18.0`.
8+
59
### 2026-03-06 (2.19.0)
610

711
* Fix `allow_blank` parsing option to no longer allow invalid types (e.g. `load([], allow_blank: true)` now raise a type error).

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

0 commit comments

Comments
 (0)