From ec63efbd361473d2e1f06d6f6d1fd984448e286a Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 19 Mar 2023 17:40:48 -0400 Subject: [PATCH] Changes for 0.0.4 --- Changes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changes.md b/Changes.md index 6994c25..ec300cc 100644 --- a/Changes.md +++ b/Changes.md @@ -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,