Skip to content

Commit 5a12067

Browse files
committed
Release 2.16.0
1 parent e9fbc89 commit 5a12067

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-11-07 (2.16.0)
6+
57
* Deprecate `JSON::State#[]` and `JSON::State#[]=`. Consider using `JSON::Coder` instead.
68
* `JSON::Coder` now also yields to the block when encountering strings with invalid encoding.
79
* Fix GeneratorError messages to be UTF-8 encoded.

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

0 commit comments

Comments
 (0)