From a5c9c8ab5d534699c4b116c1162b3e383bced27c Mon Sep 17 00:00:00 2001 From: rldyourmnd Date: Sat, 19 Sep 2026 21:04:41 +0500 Subject: [PATCH] chore(release): 0.1.19 Tag the rust-supply-chain toolchain fix as a patch release so callers can pin a released SHA whose audit and machete jobs no longer depend on an ambient cargo on the runner image. Signed-off-by: rldyourmnd --- CHANGELOG.md | 2 ++ VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e9f6b..a94cf84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The project follows Semantic Versioning. ## [Unreleased] +## [0.1.19] - 2026-09-19 + - `rust-supply-chain`: the `audit` and `machete` jobs now install the Rust toolchain named by the existing `toolchain` input before invoking `cargo`. Both previously ran `cargo ` with no setup step, so they depended on a diff --git a/VERSION b/VERSION index f8bc4c6..d8a023e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.18 +0.1.19