Skip to content

Commit 8d08494

Browse files
committed
Release 2.13.0
1 parent 37e6890 commit 8d08494

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
### Unreleased
44

5-
* Add bnew `allow_duplicate_key` parsing options. By default a warning is now emitted when a duplicated key is encountered.
5+
### 2025-05-23 (2.13.0)
6+
7+
* Add new `allow_duplicate_key` parsing options. By default a warning is now emitted when a duplicated key is encountered.
68
In `json 3.0` an error will be raised.
9+
* Optimize parsing further using SIMD to scan strings.
710

811
### 2025-05-23 (2.12.2)
912

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

0 commit comments

Comments
 (0)