From e0d9d86a6672531fbf9dbf1610fea4b39000a241 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 11 Oct 2025 02:40:42 +0900 Subject: [PATCH] Release 2.62.27 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1586d1f..3e41c59d 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.27] - 2025-10-10 + - Update `cargo-llvm-cov@latest` to 0.6.21. ## [2.62.26] - 2025-10-10 @@ -4707,7 +4709,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.26...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.27...HEAD +[2.62.27]: https://github.com/taiki-e/install-action/compare/v2.62.26...v2.62.27 [2.62.26]: https://github.com/taiki-e/install-action/compare/v2.62.25...v2.62.26 [2.62.25]: https://github.com/taiki-e/install-action/compare/v2.62.24...v2.62.25 [2.62.24]: https://github.com/taiki-e/install-action/compare/v2.62.23...v2.62.24