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 132049b commit 9e3efbfCopy full SHA for 9e3efbf
CHANGES.md
@@ -2,7 +2,9 @@
2
3
### Unreleased
4
5
-* Improve duplicate key warning and errors to include the key name.
+### 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.
8
9
### 2025-07-24 (2.13.1)
10
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.13.1'
+ VERSION = '2.13.2'
end
0 commit comments