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 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 "]