From 689459d9ffef015a7fbaef7f3b6b9f053f80a64d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 19 May 2024 22:09:09 +0900 Subject: [PATCH] Release 2.33.26 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72be4b85..aa35bd39 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.33.26] - 2024-05-19 + - Update `cargo-careful@latest` to 0.4.2. ## [2.33.25] - 2024-05-18 @@ -2183,7 +2185,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.33.25...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.33.26...HEAD +[2.33.26]: https://github.com/taiki-e/install-action/compare/v2.33.25...v2.33.26 [2.33.25]: https://github.com/taiki-e/install-action/compare/v2.33.24...v2.33.25 [2.33.24]: https://github.com/taiki-e/install-action/compare/v2.33.23...v2.33.24 [2.33.23]: https://github.com/taiki-e/install-action/compare/v2.33.22...v2.33.23