We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30eacc2 commit 8603a57Copy full SHA for 8603a57
CHANGES.md
@@ -1,9 +1,10 @@
1
# Changes
2
3
-* Fix a potential crash in large negative floating point number generation.
4
-
5
### Unreleased
6
+### 2025-05-23 (2.12.1)
+
7
+* Fix a potential crash in large negative floating point number generation.
8
* Fix for JSON.pretty_generate to use passed state object's generate instead of state class as the required parameters aren't available.
9
10
### 2025-05-12 (2.12.0)
lib/json/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JSON
- VERSION = '2.12.0'
+ VERSION = '2.12.1'
end
0 commit comments