From b988355f8b505d51359af5c8d4afc3646c3fac1e Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 2 Jun 2024 21:54:14 +0900 Subject: [PATCH] Release 1.21.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f19d2a1..576ea7d5 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.21.0] - 2024-06-02 + - Add outputs for the archive and checksum files. ([#77](https://github.com/taiki-e/upload-rust-binary-action/pull/77), thanks @matiaskorhonen) ## [1.20.0] - 2024-04-10 @@ -166,7 +168,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/upload-rust-binary-action/compare/v1.20.0...HEAD +[Unreleased]: https://github.com/taiki-e/upload-rust-binary-action/compare/v1.21.0...HEAD +[1.21.0]: https://github.com/taiki-e/upload-rust-binary-action/compare/v1.20.0...v1.21.0 [1.20.0]: https://github.com/taiki-e/upload-rust-binary-action/compare/v1.19.2...v1.20.0 [1.19.2]: https://github.com/taiki-e/upload-rust-binary-action/compare/v1.19.1...v1.19.2 [1.19.1]: https://github.com/taiki-e/upload-rust-binary-action/compare/v1.19.0...v1.19.1