From 6e4ebe4256a75eda6876d75c3cc8495d89083a0a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 7 Sep 2024 07:27:38 +0900 Subject: [PATCH] Release 2.43.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 322b3ab1..1344b1ae 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.43.0] - 2024-09-06 + - Support `cargo-lambda`. ([#601](https://github.com/taiki-e/install-action/pull/601), thanks @jayvdb) ## [2.42.42] - 2024-09-06 @@ -2692,7 +2694,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.42.42...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.43.0...HEAD +[2.43.0]: https://github.com/taiki-e/install-action/compare/v2.42.42...v2.43.0 [2.42.42]: https://github.com/taiki-e/install-action/compare/v2.42.41...v2.42.42 [2.42.41]: https://github.com/taiki-e/install-action/compare/v2.42.40...v2.42.41 [2.42.40]: https://github.com/taiki-e/install-action/compare/v2.42.39...v2.42.40