Skip to content

Commit cfe9337

Browse files
committed
Release 2.13.1
1 parent 35e3c09 commit cfe9337

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGES.md

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

3-
* Fix support for older compilers without `__builtin_cpu_supports`.
4-
53
### Unreleased
64

7-
### 2025-05-23 (2.13.0)
5+
### 2025-07-24 (2.13.1)
6+
7+
* Fix support for older compilers without `__builtin_cpu_supports`.
8+
9+
### 2025-07-17 (2.13.0)
810

911
* Add new `allow_duplicate_key` parsing options. By default a warning is now emitted when a duplicated key is encountered.
1012
In `json 3.0` an error will be raised.

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

0 commit comments

Comments
 (0)