Skip to content

Commit 1cdd212

Browse files
committed
Release 2.18.0
1 parent 3459499 commit 1cdd212

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-12-11 (2.18.0)
6+
57
* Add `:allow_control_characters` parser options, to allow JSON strings containing unescaped ASCII control characters (e.g. newlines).
68

79
### 2025-12-04 (2.17.1)

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

0 commit comments

Comments
 (0)