From a7ce56a4115f66d296401f697f5537b14bc87e5f Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Thu, 5 Feb 2026 20:03:15 +0000 Subject: [PATCH 1/2] populate changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b809e..9ab5243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.3.7 (2026-02-05) + + - Updated the caching code to handle the recent changes to crates.io dump format + ## v0.3.6 (2026-01-22) - Fixed the tool reporting transitive optional dependencies that are disabled by features as part of supply chain surface From 7508b7bec80c59a8c92e1b8d5cd1d954fb5c9326 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Thu, 5 Feb 2026 20:03:39 +0000 Subject: [PATCH 2/2] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75f4f06..8a53d57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,7 +75,7 @@ dependencies = [ [[package]] name = "cargo-supply-chain" -version = "0.3.6" +version = "0.3.7" dependencies = [ "anyhow", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index e8630bc..0468d1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-supply-chain" -version = "0.3.6" +version = "0.3.7" description = "Gather author, contributor, publisher data on crates in your dependency graph" repository = "https://github.com/rust-secure-code/cargo-supply-chain" authors = ["Andreas Molzer ", "Sergey \"Shnatsel\" Davidoff "]