From f172798ba087526822a4f43dd08714d08a45aa37 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 26 Aug 2024 10:54:57 +0900 Subject: [PATCH] Release 2.42.34 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7e218a..d4996dff 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.34] - 2024-08-26 + - Update `cargo-nextest@latest` to 0.9.76. - Update `cargo-binstall@latest` to 1.10.3. @@ -2648,7 +2650,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.33...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.34...HEAD +[2.42.34]: https://github.com/taiki-e/install-action/compare/v2.42.33...v2.42.34 [2.42.33]: https://github.com/taiki-e/install-action/compare/v2.42.32...v2.42.33 [2.42.32]: https://github.com/taiki-e/install-action/compare/v2.42.31...v2.42.32 [2.42.31]: https://github.com/taiki-e/install-action/compare/v2.42.30...v2.42.31