From ca5df137f68a4e0b5e5ac686c09b0c7e2e8e0e69 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 24 Sep 2022 14:21:55 +0900 Subject: [PATCH] Release 1.13.5 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a22683b..331db4e6 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.13.5] - 2022-09-24 + - Update `cargo-hack@latest` to 0.5.20. - Downgrade `cargo-binstall@latest` to 0.13.1 to avoid [upstream bug](https://github.com/taiki-e/install-action/issues/21). @@ -339,7 +341,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.13.4...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.13.5...HEAD +[1.13.5]: https://github.com/taiki-e/install-action/compare/v1.13.4...v1.13.5 [1.13.4]: https://github.com/taiki-e/install-action/compare/v1.13.3...v1.13.4 [1.13.3]: https://github.com/taiki-e/install-action/compare/v1.13.2...v1.13.3 [1.13.2]: https://github.com/taiki-e/install-action/compare/v1.13.1...v1.13.2