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 35e3c09 commit cfe9337Copy full SHA for cfe9337
CHANGES.md
@@ -1,10 +1,12 @@
1
# Changes
2
3
-* Fix support for older compilers without `__builtin_cpu_supports`.
4
-
5
### Unreleased
6
7
-### 2025-05-23 (2.13.0)
+### 2025-07-24 (2.13.1)
+
+* Fix support for older compilers without `__builtin_cpu_supports`.
8
9
+### 2025-07-17 (2.13.0)
10
11
* Add new `allow_duplicate_key` parsing options. By default a warning is now emitted when a duplicated key is encountered.
12
In `json 3.0` an error will be raised.
lib/json/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JSON
- VERSION = '2.13.0'
+ VERSION = '2.13.1'
end
0 commit comments