Skip to content

Commit 8603a57

Browse files
committed
Release 2.12.1
1 parent 30eacc2 commit 8603a57

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changes
22

3-
* Fix a potential crash in large negative floating point number generation.
4-
53
### Unreleased
64

5+
### 2025-05-23 (2.12.1)
6+
7+
* Fix a potential crash in large negative floating point number generation.
78
* Fix for JSON.pretty_generate to use passed state object's generate instead of state class as the required parameters aren't available.
89

910
### 2025-05-12 (2.12.0)

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

0 commit comments

Comments
 (0)