From e3981a6d573197329832dc41b6af222c85937da9 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 18 Oct 2022 17:33:52 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f68bf56d..9bf00f20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] - Update `protoc@latest` to 3.21.7. +- Update `cargo-binstall@latest` to 0.16.0. ([#28](https://github.com/taiki-e/install-action/pull/28), thanks @NobodyXu) +- Reject semver operators in version. This was not supported even before, but was accidentally accepted in the `cargo-binstall` fallback. ([#26](https://github.com/taiki-e/install-action/pull/26), thanks @NobodyXu) ## [1.13.9] - 2022-09-28