From 5eaf5ab4bab2cde5b7bbdf52d3027f397d90e458 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 14 Mar 2023 11:45:29 +0900 Subject: [PATCH] Release 2.6.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02912df5..fbd83247 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.6.1] - 2023-03-14 + - Update `cargo-nextest@latest` to 0.9.50. ## [2.6.0] - 2023-03-13 @@ -677,7 +679,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.6.0...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.6.1...HEAD +[2.6.1]: https://github.com/taiki-e/install-action/compare/v2.6.0...v2.6.1 [2.6.0]: https://github.com/taiki-e/install-action/compare/v2.5.7...v2.6.0 [2.5.7]: https://github.com/taiki-e/install-action/compare/v2.5.6...v2.5.7 [2.5.6]: https://github.com/taiki-e/install-action/compare/v2.5.5...v2.5.6