Skip to content

Commit 289d5e6

Browse files
committed
Add changelog
1 parent 661e2d2 commit 289d5e6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.5.0] - 2023-05-29
11+
12+
### Added
13+
14+
* Support installing additional components and targets that are not listed in `rust-toolchain` (#14)
15+
Before only the items listed in `rust-toolchain` were installed.
16+
Now all the items from the toolchain file are installed and then all the `target`s and `components` that are provided as action inputs.
17+
This allows installing extra tools only for CI or simplify testing special targets in CI.
18+
1019
## [1.4.4] - 2023-03-18
1120

1221
### Fixed

0 commit comments

Comments
 (0)