From 537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 17 Nov 2025 10:52:57 +0900 Subject: [PATCH] Release 2.62.52 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c06e3fb8..398f2901 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.52] - 2025-11-17 + - Update `cargo-nextest@latest` to 0.9.113. - Update `cargo-binstall@latest` to 1.16.0. @@ -4945,7 +4947,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.51...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.52...HEAD +[2.62.52]: https://github.com/taiki-e/install-action/compare/v2.62.51...v2.62.52 [2.62.51]: https://github.com/taiki-e/install-action/compare/v2.62.50...v2.62.51 [2.62.50]: https://github.com/taiki-e/install-action/compare/v2.62.49...v2.62.50 [2.62.49]: https://github.com/taiki-e/install-action/compare/v2.62.48...v2.62.49