Skip to content

Commit 9e3efbf

Browse files
committed
Release 2.13.2
1 parent 132049b commit 9e3efbf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
### Unreleased
44

5-
* Improve duplicate key warning and errors to include the key name.
5+
### 2025-07-28 (2.13.2)
6+
7+
* Improve duplicate key warning and errors to include the key name and point to the right caller.
68

79
### 2025-07-24 (2.13.1)
810

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

0 commit comments

Comments
 (0)