We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92beca8 commit a6949f8Copy full SHA for a6949f8
CHANGES.md
@@ -1,5 +1,7 @@
1
# Changes
2
3
+### 2025-04-24 (2.11.0)
4
+
5
* Optimize Integer generation to be ~1.8x faster.
6
* Optimize Float generation to be ~10x faster.
7
* Fix `JSON.load` proc argument to substitute the parsed object with the return value.
lib/json/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JSON
- VERSION = '2.10.2'
+ VERSION = '2.11.0'
end
0 commit comments