Skip to content

Commit a6949f8

Browse files
committed
Release 2.11.0
1 parent 92beca8 commit a6949f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changes
22

3+
### 2025-04-24 (2.11.0)
4+
35
* Optimize Integer generation to be ~1.8x faster.
46
* Optimize Float generation to be ~10x faster.
57
* Fix `JSON.load` proc argument to substitute the parsed object with the return value.

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

0 commit comments

Comments
 (0)