From ae97ff9daf1cd2e216671a047d80ff48461e30bb Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 24 Feb 2025 18:50:52 +0900 Subject: [PATCH] Release 2.49.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03296d98..f741400a 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.49.1] - 2025-02-24 + - Update `cargo-deny@latest` to 0.18.0. ## [2.49.0] - 2025-02-23 @@ -3560,7 +3562,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.49.0...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.1...HEAD +[2.49.1]: https://github.com/taiki-e/install-action/compare/v2.49.0...v2.49.1 [2.49.0]: https://github.com/taiki-e/install-action/compare/v2.48.22...v2.49.0 [2.48.22]: https://github.com/taiki-e/install-action/compare/v2.48.21...v2.48.22 [2.48.21]: https://github.com/taiki-e/install-action/compare/v2.48.20...v2.48.21