From d7602d9dcb50ded93e0fe424498008db3ec9513d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 25 Jul 2022 14:49:21 +0900 Subject: [PATCH] Release 1.5.11 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2313eb9d..5e3940c3 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] +## [1.5.11] - 2022-07-25 + - Fix cargo-binstall installation on macOS and Windows. ## [1.5.10] - 2022-07-24 @@ -208,7 +210,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.5.10...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.5.11...HEAD +[1.5.11]: https://github.com/taiki-e/install-action/compare/v1.5.10...v1.5.11 [1.5.10]: https://github.com/taiki-e/install-action/compare/v1.5.9...v1.5.10 [1.5.9]: https://github.com/taiki-e/install-action/compare/v1.5.8...v1.5.9 [1.5.8]: https://github.com/taiki-e/install-action/compare/v1.5.7...v1.5.8