From c5e61399de59b513f7a771ef1efd9e99b2803310 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 19 Mar 2026 19:06:26 +0900 Subject: [PATCH] Release 2.69.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1be4376..1dd44e66 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.69.0] - 2026-03-19 + - Support `auto-doc`. ([#1596](https://github.com/taiki-e/install-action/pull/1596), thanks @quotidian-ennui) - Support `cargo-nextest` on riscv64 Linux. ([#1598](https://github.com/taiki-e/install-action/pull/1598), thanks @yuzibo) @@ -5931,7 +5933,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.68.36...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.69.0...HEAD +[2.69.0]: https://github.com/taiki-e/install-action/compare/v2.68.36...v2.69.0 [2.68.36]: https://github.com/taiki-e/install-action/compare/v2.68.35...v2.68.36 [2.68.35]: https://github.com/taiki-e/install-action/compare/v2.68.34...v2.68.35 [2.68.34]: https://github.com/taiki-e/install-action/compare/v2.68.33...v2.68.34