From 288875dd3d64326724fa6d9593062d9f8ba0b131 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 14 Feb 2026 04:13:16 +0900 Subject: [PATCH] Release 2.67.30 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c6a788..613c4b3d 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.30] - 2026-02-13 + - Update `cargo-nextest@latest` to 0.9.127. ## [2.67.29] - 2026-02-13 @@ -5645,7 +5647,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.29...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.67.30...HEAD +[2.67.30]: https://github.com/taiki-e/install-action/compare/v2.67.29...v2.67.30 [2.67.29]: https://github.com/taiki-e/install-action/compare/v2.67.28...v2.67.29 [2.67.28]: https://github.com/taiki-e/install-action/compare/v2.67.27...v2.67.28 [2.67.27]: https://github.com/taiki-e/install-action/compare/v2.67.26...v2.67.27