Skip to content

Commit 41f1f69

Browse files
committed
Release 2.12.0
1 parent 2cbd5b6 commit 41f1f69

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
### Unreleased
44

5+
### 2025-05-12 (2.12.0)
6+
7+
* Improve floating point generation to not use scientific notation as much.
58
* Include line and column in parser errors. Both in the message and as exception attributes.
69
* Handle non-string hash keys with broken `to_s` implementations.
710
* `JSON.generate` now uses SSE2 (x86) or NEON (arm64) instructions when available to escape strings.

lib/json/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JSON
4-
VERSION = '2.11.3'
4+
VERSION = '2.12.0'
55
end

0 commit comments

Comments
 (0)