From cd39cb0572834c149bf3533a143f05e09def0f3c Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 23 Sep 2025 02:38:30 +0900 Subject: [PATCH] Release 2.62.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f103bb4..4d7dba91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [2.62.2] - 2025-09-22 + - Update `vacuum@latest` to 0.18.5. - Update `cargo-shear@latest` to 1.5.2. @@ -4559,7 +4561,8 @@ Note: This release is considered a breaking change because installing on version Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.1...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.2...HEAD +[2.62.2]: https://github.com/taiki-e/install-action/compare/v2.62.1...v2.62.2 [2.62.1]: https://github.com/taiki-e/install-action/compare/v2.62.0...v2.62.1 [2.62.0]: https://github.com/taiki-e/install-action/compare/v2.61.13...v2.62.0 [2.61.13]: https://github.com/taiki-e/install-action/compare/v2.61.12...v2.61.13