From 59679e24ffb0dbbbc136684eda7fcd21fe9eddea Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 13 Dec 2025 02:01:55 +0900 Subject: [PATCH] Release 2.63.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59bc367f..ae986fc9 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.63.0] - 2025-12-12 + - Support `tombi` ([#1340](https://github.com/taiki-e/install-action/pull/1340), thanks @crepererum) - Update `cargo-dinghy@latest` to 0.8.4. @@ -5105,7 +5107,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.62.67...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.63.0...HEAD +[2.63.0]: https://github.com/taiki-e/install-action/compare/v2.62.67...v2.63.0 [2.62.67]: https://github.com/taiki-e/install-action/compare/v2.62.66...v2.62.67 [2.62.66]: https://github.com/taiki-e/install-action/compare/v2.62.65...v2.62.66 [2.62.65]: https://github.com/taiki-e/install-action/compare/v2.62.64...v2.62.65