From f4abeafc99686c476bd386b6fd48b92861bde0c5 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 6 Jan 2022 00:40:44 +0900 Subject: [PATCH] Release 1.0.2 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a63dc8..d1f955e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [1.0.2] - 2022-01-05 + +- Update `cargo-minimal-versions@latest` to 0.1.1. + ## [1.0.1] - 2022-01-05 - Fix error in cases where the release has been created but the binary has not yet been uploaded. @@ -18,6 +22,7 @@ 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.0.1...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/taiki-e/install-action/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/taiki-e/install-action/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/taiki-e/install-action/releases/tag/v1.0.0