From b1acf153d459cd533e9e0d25a07042be1dd2ed71 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 7 Oct 2024 09:35:46 +0900 Subject: [PATCH] Release 2.44.25 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8961f1a01..daa56d731 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.44.25] - 2024-10-07 + - Update `cargo-nextest@latest` to 0.9.81. ## [2.44.24] - 2024-10-06 @@ -2854,7 +2856,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.44.24...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.25...HEAD +[2.44.25]: https://github.com/taiki-e/install-action/compare/v2.44.24...v2.44.25 [2.44.24]: https://github.com/taiki-e/install-action/compare/v2.44.23...v2.44.24 [2.44.23]: https://github.com/taiki-e/install-action/compare/v2.44.22...v2.44.23 [2.44.22]: https://github.com/taiki-e/install-action/compare/v2.44.21...v2.44.22