From 289d5e6164cb915bfdbe6d5f0d5e0fafaed2d4b0 Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Mon, 29 May 2023 20:31:27 +0200 Subject: [PATCH] Add changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ada14c5..5a140dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.0] - 2023-05-29 + +### Added + +* Support installing additional components and targets that are not listed in `rust-toolchain` (#14) + Before only the items listed in `rust-toolchain` were installed. + Now all the items from the toolchain file are installed and then all the `target`s and `components` that are provided as action inputs. + This allows installing extra tools only for CI or simplify testing special targets in CI. + ## [1.4.4] - 2023-03-18 ### Fixed