From c2262caf0bd8aeddc68e640b076bb19a50d95ee8 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 12 Oct 2024 18:39:40 +0900 Subject: [PATCH] Release 2.44.32 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0887995d..d3a4da41 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.32] - 2024-10-12 + - Update `cargo-make@latest` to 0.37.22. ## [2.44.31] - 2024-10-11 @@ -2882,7 +2884,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.31...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.32...HEAD +[2.44.32]: https://github.com/taiki-e/install-action/compare/v2.44.31...v2.44.32 [2.44.31]: https://github.com/taiki-e/install-action/compare/v2.44.30...v2.44.31 [2.44.30]: https://github.com/taiki-e/install-action/compare/v2.44.29...v2.44.30 [2.44.29]: https://github.com/taiki-e/install-action/compare/v2.44.28...v2.44.29