From bc0a06a003a8225fe3e896c9ed3a4c3cc2e8416a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 2 Jun 2022 22:51:55 +0900 Subject: [PATCH] Release 1.3.13 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9245ef3e..0825169b 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.3.13] - 2022-06-02 + - Update `cargo-hack@latest` to 0.5.14. - Update `cargo-llvm-cov@latest` to 0.4.5. - Update `cargo-minimal-versions@latest` to 0.1.4. @@ -141,7 +143,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.3.12...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.3.13...HEAD +[1.3.13]: https://github.com/taiki-e/install-action/compare/v1.3.12...v1.3.13 [1.3.12]: https://github.com/taiki-e/install-action/compare/v1.3.11...v1.3.12 [1.3.11]: https://github.com/taiki-e/install-action/compare/v1.3.10...v1.3.11 [1.3.10]: https://github.com/taiki-e/install-action/compare/v1.3.9...v1.3.10