Skip to content

Commit 3e025f7

Browse files
committed
Release 2.11.3
1 parent d316f93 commit 3e025f7

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
@@ -1,5 +1,7 @@
11
# Changes
22

3+
### 2025-04-25 (2.11.3)
4+
35
* Fix a regression in `JSON.pretty_generate` that could cause indentation to be off once some `#to_json` has been called.
46

57
### 2025-04-24 (2.11.2)

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

0 commit comments

Comments
 (0)