From 02b0f6e578e5f62f4c2e3b578ae0e1a01554138e Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 23 Jan 2026 02:16:40 +0900 Subject: [PATCH] Release 2.67.4 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f31db3b5..f259d9e5 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.67.4] - 2026-01-22 + - Support installing native binary for `cargo-llvm-cov` on AArch64 Windows. (Previously x86_64 Windows binary is used as fallback.) - Update `cargo-llvm-cov@latest` to 0.6.24. @@ -5423,7 +5425,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.67.3...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.67.4...HEAD +[2.67.4]: https://github.com/taiki-e/install-action/compare/v2.67.3...v2.67.4 [2.67.3]: https://github.com/taiki-e/install-action/compare/v2.67.2...v2.67.3 [2.67.2]: https://github.com/taiki-e/install-action/compare/v2.67.1...v2.67.2 [2.67.1]: https://github.com/taiki-e/install-action/compare/v2.67.0...v2.67.1