We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff25c9 commit 6ec6e7bCopy full SHA for 6ec6e7b
CHANGES.md
@@ -2,6 +2,8 @@
2
3
### Unreleased
4
5
+### 2026-02-03 (2.18.1)
6
+
7
* Fix a potential crash in very specific circumstance if GC triggers during a call to `to_json`
8
without first invoking a user defined `#to_json` method.
9
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.18.0'
+ VERSION = '2.18.1'
end
0 commit comments