Skip to content

Commit aa5b7d6

Browse files
committed
Release 2.10.1
1 parent 83b19af commit aa5b7d6

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-02-10 (2.10.1)
4+
35
* Fix a compatibility issue with `MultiJson.dump(obj, pretty: true)`: `no implicit conversion of false into Proc (TypeError)`.
46

57
### 2025-02-10 (2.10.0)

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

0 commit comments

Comments
 (0)