From cea2ca57ed59ea6cde995716783f3341492db792 Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Tue, 21 Feb 2023 21:15:17 +0000 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 910e674..7912b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.3] - 2023-02-21 + +### Fixed + +* Executing the action twice for different toolchains now no longer fails around unstable features #12. + If multiple toolchains are installed, the "CARGO_REGISTRIES_CRATES_IO_PROTOCOL" can be downgraded to "git" if any of the installed toolchains require it. + ## [1.4.2] - 2023-02-15 ### Fixed