We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fce370 commit e5e4fd5Copy full SHA for e5e4fd5
CHANGES.md
@@ -2,6 +2,8 @@
2
3
### Unreleased
4
5
+### 2025-12-04 (2.17.1)
6
+
7
* Fix a regression in parsing of unicode surogate pairs (`\uXX\uXX`) that could cause an invalid string to be returned.
8
9
### 2025-12-03 (2.17.0)
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.17.0'
+ VERSION = '2.17.1'
end
0 commit comments