Skip to content

Commit 9f540db

Browse files
authored
Merge pull request #105 from rust-secure-code/new-release
Release v0.3.4
2 parents c4326af + 014b89b commit 9f540db

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.3.4 (2025-06-04)
2+
3+
- Improved the message displayed when the latest data dump is considered outdated (contribution by @smoelius)
4+
- Bumped dependencies in Cargo.lock by running `cargo update`
5+
- Resolved some Clippy lints
6+
17
## v0.3.3 (2023-05-08)
28

39
- Add `--no-dev` flag to omit dev dependencies (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.3"
3+
version = "0.3.4"
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)