From e1c4cd42111751368541a7cb5db3522bd1f846a4 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 14 May 2026 13:17:23 +0000 Subject: [PATCH] Release 2.78.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f75b263f..a6152bfa 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.78.0] - 2026-05-14 + - Support `cargo-mutants`. ([#1812](https://github.com/taiki-e/install-action/pull/1812), thanks @jakewimmer) - Update `covgate@latest` to 0.2.0. @@ -6538,7 +6540,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.77.7...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.78.0...HEAD +[2.78.0]: https://github.com/taiki-e/install-action/compare/v2.77.7...v2.78.0 [2.77.7]: https://github.com/taiki-e/install-action/compare/v2.77.6...v2.77.7 [2.77.6]: https://github.com/taiki-e/install-action/compare/v2.77.5...v2.77.6 [2.77.5]: https://github.com/taiki-e/install-action/compare/v2.77.4...v2.77.5