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 1e19097 commit 9e6067bCopy full SHA for 9e6067b
CHANGES.md
@@ -2,6 +2,8 @@
2
3
### Unreleased
4
5
+### 2025-10-07 (2.15.1)
6
+
7
* Fix incorrect escaping in the JRuby extension when encoding shared strings.
8
9
### 2025-09-22 (2.15.0)
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.15.0'
+ VERSION = '2.15.1'
end
0 commit comments