From 11053896c3ed8d313b47efa789def6474abd1e6b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 29 Aug 2024 11:09:13 +0900 Subject: [PATCH] Release 2.42.36 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033cfb2a8..a5a9a5ec4 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.36] - 2024-08-29 + - Update `just@latest` to 1.35.0. - Update `cargo-nextest@latest` to 0.9.77. @@ -2660,7 +2662,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.35...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.36...HEAD +[2.42.36]: https://github.com/taiki-e/install-action/compare/v2.42.35...v2.42.36 [2.42.35]: https://github.com/taiki-e/install-action/compare/v2.42.34...v2.42.35 [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