Skip to content

Commit 350c1fd

Browse files
committed
Release 2.10.2
1 parent c56db31 commit 350c1fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changes
22

3+
### 2025-03-12 (2.10.2)
4+
35
* Fix a potential crash in the C extension parser.
46
* Raise a ParserError on all incomplete unicode escape sequence. This was the behavior until `2.10.0` unadvertently changed it.
57
* Ensure document snippets that are included in parser errors don't include truncated multibyte characters.

lib/json/version.rb

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

0 commit comments

Comments
 (0)