From 94cb46f8d6e437890146ffbd78a778b78e623fb2 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 6 Apr 2026 15:01:02 +0000 Subject: [PATCH] Release 2.74.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c5fe16..b4da424e 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.74.0] - 2026-04-06 + - Support `cargo-deb`. ([#1669](https://github.com/taiki-e/install-action/pull/1669)) - Update `just@latest` to 1.49.0. @@ -6153,7 +6155,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.73.0...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.74.0...HEAD +[2.74.0]: https://github.com/taiki-e/install-action/compare/v2.73.0...v2.74.0 [2.73.0]: https://github.com/taiki-e/install-action/compare/v2.72.0...v2.73.0 [2.72.0]: https://github.com/taiki-e/install-action/compare/v2.71.3...v2.72.0 [2.71.3]: https://github.com/taiki-e/install-action/compare/v2.71.2...v2.71.3