From d6786821c252d4f7612f7aa598da8d22a310b3be Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 6 May 2022 07:56:11 +0900 Subject: [PATCH] Release 1.3.5 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6cd41b..609ab9b7 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.5] - 2022-05-05 + - Update `cargo-llvm-cov@latest` to 0.3.2. ## [1.3.4] - 2022-05-01 @@ -105,7 +107,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.4...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.3.5...HEAD +[1.3.5]: https://github.com/taiki-e/install-action/compare/v1.3.4...v1.3.5 [1.3.4]: https://github.com/taiki-e/install-action/compare/v1.3.3...v1.3.4 [1.3.3]: https://github.com/taiki-e/install-action/compare/v1.3.2...v1.3.3 [1.3.2]: https://github.com/taiki-e/install-action/compare/v1.3.1...v1.3.2