Changes for 0.0.4

This commit is contained in:
Dave Rolsky 2023-03-19 17:40:48 -04:00
parent 54e4a464ed
commit ec63efbd36
No known key found for this signature in database

View File

@ -1,3 +1,13 @@
## 0.0.4 - 2023-03-19
- Added a new `toolchain` parameter to allow selecting a Rust toolchain other
than stable. This supports picking on of "stable", "beta", or "nightly".
- Fixed binary stripping to work in more situations. Previously it depended on
a very specific setup plus expected to be run in the context of the matrix I
use for my own projects.
- Fixed a reference to a matrix variable that should have referenced an input
variable.
## 0.0.3 - 2023-03-17
- This action now supports running the `build` and `test` commands, or both,