From 0d892dd50e74877c42217af3d08cf71c83fde4e7 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 4 Sep 2024 00:02:59 +0900 Subject: [PATCH] Release 2.42.39 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0972784..12a02f74 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.42.39] - 2024-09-03 + - Update `cargo-llvm-cov@latest` to 0.6.12. ## [2.42.38] - 2024-09-03 @@ -2674,7 +2676,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.42.38...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.39...HEAD +[2.42.39]: https://github.com/taiki-e/install-action/compare/v2.42.38...v2.42.39 [2.42.38]: https://github.com/taiki-e/install-action/compare/v2.42.37...v2.42.38 [2.42.37]: https://github.com/taiki-e/install-action/compare/v2.42.36...v2.42.37 [2.42.36]: https://github.com/taiki-e/install-action/compare/v2.42.35...v2.42.36