From 210eb76ec9c3799497f8c9d422057bff6b7c8a3d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 12 Sep 2024 00:22:13 +0900 Subject: [PATCH] Release 2.43.3 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6a6d92..e74a717c 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.3] - 2024-09-11 + - Update `syft@latest` to 1.12.2. - Update `cargo-binstall@latest` to 1.10.5. @@ -2710,7 +2712,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.43.2...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.43.3...HEAD +[2.43.3]: https://github.com/taiki-e/install-action/compare/v2.43.2...v2.43.3 [2.43.2]: https://github.com/taiki-e/install-action/compare/v2.43.1...v2.43.2 [2.43.1]: https://github.com/taiki-e/install-action/compare/v2.43.0...v2.43.1 [2.43.0]: https://github.com/taiki-e/install-action/compare/v2.42.42...v2.43.0