Skip to content

Commit 4473651

Browse files
authored
Merge pull request #108 from rust-secure-code/release-v0.3.5
Release v0.3.5
2 parents 5a8be5a + 38f9edd commit 4473651

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.3.5 (2025-09-18)
2+
3+
- Fixed support for Windows by switching from `xdg` crate to `dirs` crate for discovering the cache directory
4+
15
## v0.3.4 (2025-06-04)
26

37
- Improved the message displayed when the latest data dump is considered outdated (contribution by @smoelius)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-supply-chain"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
description = "Gather author, contributor, publisher data on crates in your dependency graph"
55
repository = "https://github.com/rust-secure-code/cargo-supply-chain"
66
authors = ["Andreas Molzer <andreas.molzer@gmx.de>", "Sergey \"Shnatsel\" Davidoff <shnatsel@gmail.com>"]

0 commit comments

Comments
 (0)