Skip to content

Commit 5e61cd7

Browse files
committed
Release 2.15.2
1 parent 30969be commit 5e61cd7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### Unreleased
44

5+
### 2025-10-25 (2.15.2)
6+
57
* Fix `JSON::Coder` to have one dedicated depth counter per invocation.
68
After encountering a circular reference in `JSON::Coder#dump`, any further `#dump` call would raise `JSON::NestingError`.
79

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

0 commit comments

Comments
 (0)