mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-12-19 21:05:46 +02:00
Support multiple targets
This commit is contained in:
parent
88dc235639
commit
eefcf7f616
5 changed files with 27 additions and 7 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.1.0] - 2021-07-19
|
||||
|
||||
### Added
|
||||
|
||||
- `targets` input now takes a comma-separated list of targets rather than a single target
|
||||
|
||||
### Changed
|
||||
|
||||
- `target` input is now an alias for `targets`
|
||||
|
||||
## [1.0.6] - 2020-03-24
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue