Skip to content

Commit f5a0ac0

Browse files
authored
release: Release toys-release 0.2.2 (was 0.2.1) (#356)
1 parent 5404b24 commit f5a0ac0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

toys-release/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release History
22

3+
### v0.2.2 / 2025-11-30
4+
5+
* FIXED: Fixed several crashes in the retry tool
6+
* FIXED: Fixed step cleaner trying to clean the .git directory on non-monorepos
7+
* FIXED: Repo prechecks can now actually stop releases from being performed
8+
* FIXED: Retry tool uses --work-dir= instead of --gh-pages-dir=
9+
* FIXED: Dry run mode no longer attempts to update pull requests or open issues
10+
311
### v0.2.1 / 2025-11-30
412

513
* FIXED: Fixed some typos in the release pipeline logs

toys-release/lib/toys/release/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module Release
66
# Current version of the Toys release system.
77
# @return [String]
88
#
9-
VERSION = "0.2.1"
9+
VERSION = "0.2.2"
1010
end
1111
end

0 commit comments

Comments
 (0)