From c7eb1735f09259a5035e8e5d44b1406b1cddc0fb Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 9 Jul 2026 14:35:48 +0000 Subject: [PATCH] Release 2.83.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5372df26..bea975f5 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.83.0] - 2026-07-09 + - Support `cargo-about`. ([#1924](https://github.com/taiki-e/install-action/pull/1924), thanks @ruffsl) - Update `uv@latest` to 0.11.28. @@ -7002,7 +7004,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.82.11...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.83.0...HEAD +[2.83.0]: https://github.com/taiki-e/install-action/compare/v2.82.11...v2.83.0 [2.82.11]: https://github.com/taiki-e/install-action/compare/v2.82.10...v2.82.11 [2.82.10]: https://github.com/taiki-e/install-action/compare/v2.82.9...v2.82.10 [2.82.9]: https://github.com/taiki-e/install-action/compare/v2.82.8...v2.82.9