We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13689c2 commit 4a42a04Copy full SHA for 4a42a04
CHANGES.md
@@ -2,6 +2,10 @@
2
3
### Unreleased
4
5
+### 2026-03-08 (2.19.1)
6
+
7
+* Fix a compiler dependent GC bug introduced in `2.18.0`.
8
9
### 2026-03-06 (2.19.0)
10
11
* 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
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.19.0'
+ VERSION = '2.19.1'
end
0 commit comments