There was an error while loading. Please reload this page.
1 parent c2612cd commit 3492cedCopy full SHA for 3492ced
2 files changed
CHANGES.md
@@ -16,6 +16,10 @@
16
* Fix `JSON.generate` `strict: true` mode to also restrict hash keys.
17
* Fix `JSON::Coder` to also invoke block for hash keys that aren't strings nor symbols.
18
19
+### 2025-08-20 (0.0.0.debug1)
20
+
21
+* Testing the new release pipeline
22
23
### 2025-07-28 (2.13.2)
24
25
* Improve duplicate key warning and errors to include the key name and point to the right caller.
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module JSON
4
- VERSION = '2.13.2'
+ VERSION = '0.0.0.debug1'
5
end
0 commit comments