From e51c197f827397b418bdb8fe5aa6a3f5af5641d0 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 6 Sep 2024 20:51:56 +0900 Subject: [PATCH] Release 2.42.42 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c9273f0..7c9568acd 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.42] - 2024-09-06 + - Update `cargo-nextest@latest` to 0.9.78. ## [2.42.41] - 2024-09-04 @@ -2688,7 +2690,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.41...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.42...HEAD +[2.42.42]: https://github.com/taiki-e/install-action/compare/v2.42.41...v2.42.42 [2.42.41]: https://github.com/taiki-e/install-action/compare/v2.42.40...v2.42.41 [2.42.40]: https://github.com/taiki-e/install-action/compare/v2.42.39...v2.42.40 [2.42.39]: https://github.com/taiki-e/install-action/compare/v2.42.38...v2.42.39