Skip to content

Commit 3492ced

Browse files
committed
Try autmated releasing
1 parent c2612cd commit 3492ced

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
* Fix `JSON.generate` `strict: true` mode to also restrict hash keys.
1717
* Fix `JSON::Coder` to also invoke block for hash keys that aren't strings nor symbols.
1818

19+
### 2025-08-20 (0.0.0.debug1)
20+
21+
* Testing the new release pipeline
22+
1923
### 2025-07-28 (2.13.2)
2024

2125
* Improve duplicate key warning and errors to include the key name and point to the right caller.

lib/json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JSON
4-
VERSION = '2.13.2'
4+
VERSION = '0.0.0.debug1'
55
end

0 commit comments

Comments
 (0)