From cdcde4a098d13082a19261107797a3fe973bb83a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 29 Oct 2024 00:20:56 +0900 Subject: [PATCH] Release 2.44.54 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8fda2a..4d654dca 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.54] - 2024-10-28 + - Update `cargo-zigbuild@latest` to 0.19.4. ## [2.44.53] - 2024-10-27 @@ -2990,7 +2992,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.53...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.54...HEAD +[2.44.54]: https://github.com/taiki-e/install-action/compare/v2.44.53...v2.44.54 [2.44.53]: https://github.com/taiki-e/install-action/compare/v2.44.52...v2.44.53 [2.44.52]: https://github.com/taiki-e/install-action/compare/v2.44.51...v2.44.52 [2.44.51]: https://github.com/taiki-e/install-action/compare/v2.44.50...v2.44.51