From 1c7b1d35fcc8f6525be0cbdacbf5977079a3f94c Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 25 Oct 2025 01:14:32 +0900 Subject: [PATCH] Release 2.62.37 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff2956f4..fe670ab8 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.37] - 2025-10-24 + - Update `cargo-binstall@latest` to 1.15.8. - Update `zizmor@latest` to 1.16.0. @@ -4807,7 +4809,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.36...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.37...HEAD +[2.62.37]: https://github.com/taiki-e/install-action/compare/v2.62.36...v2.62.37 [2.62.36]: https://github.com/taiki-e/install-action/compare/v2.62.35...v2.62.36 [2.62.35]: https://github.com/taiki-e/install-action/compare/v2.62.34...v2.62.35 [2.62.34]: https://github.com/taiki-e/install-action/compare/v2.62.33...v2.62.34