From c23f6ec97c3f04c157e927356f351e2b16b9b043 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 22 Jul 2023 13:16:50 +0900 Subject: [PATCH] Release 2.12.17 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce17b08..199cc596 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.12.17] - 2023-07-22 + - Update `cargo-binstall@latest` to 1.1.2. ## [2.12.16] - 2023-07-21 @@ -967,7 +969,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.12.16...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.12.17...HEAD +[2.12.17]: https://github.com/taiki-e/install-action/compare/v2.12.16...v2.12.17 [2.12.16]: https://github.com/taiki-e/install-action/compare/v2.12.15...v2.12.16 [2.12.15]: https://github.com/taiki-e/install-action/compare/v2.12.14...v2.12.15 [2.12.14]: https://github.com/taiki-e/install-action/compare/v2.12.13...v2.12.14