From 37f510303aeb4b92ae4d0ac329a1bcdf05a5fae0 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 8 Jul 2022 00:35:25 +0900 Subject: [PATCH] Release 1.5.3 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78ff4500..bdb0f49f 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.3] - 2022-07-07 + - Update `cargo-llvm-cov@latest` to 0.4.9. ## [1.5.2] - 2022-07-02 @@ -172,7 +174,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.2...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.5.3...HEAD +[1.5.3]: https://github.com/taiki-e/install-action/compare/v1.5.2...v1.5.3 [1.5.2]: https://github.com/taiki-e/install-action/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/taiki-e/install-action/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/taiki-e/install-action/compare/v1.4.2...v1.5.0