From 5d3b331fcaacba6e99cfd83f02315ae20ff46116 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 10 Jun 2022 23:06:24 +0900 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a738ee..83553285 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.4.0] - 2022-06-10 + - Support `cargo-binstall`. ([#8](https://github.com/taiki-e/install-action/pull/8), thanks @NobodyXu) - Use `cargo-binstall` as a fallback if the unsupported package is specified. ([#8](https://github.com/taiki-e/install-action/pull/8), thanks @NobodyXu) - Update `shfmt@latest` to 3.5.1. @@ -147,7 +149,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.13...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/taiki-e/install-action/compare/v1.3.13...v1.4.0 [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