Skip to content

Commit 835aea7

Browse files
committed
Release 0.18.4
1 parent de24395 commit 835aea7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
## [0.18.4] - 2025-08-14
1112
### Added
1213
- [PR#779](https://github.com/EmbarkStudios/cargo-deny/pull/779) added the `--metadata-path` argument to use a cargo metadata JSON file instead of calling cargo metadata, resolving [#777](https://github.com/EmbarkStudios/cargo-deny/issues/777).
1314
- [PR#782](https://github.com/EmbarkStudios/cargo-deny/pull/782) added `sources.unused-allow-source` to allow configuration of the lint level when a source is allowed but not used by any crate in the graph, closing [#781](https://github.com/EmbarkStudios/cargo-deny/issues/781).
@@ -724,7 +725,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
724725
- Initial implementation release
725726

726727
<!-- next-url -->
727-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.3...HEAD
728+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.4...HEAD
729+
[0.18.4]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.3...0.18.4
728730
[0.18.3]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.2...0.18.3
729731
[0.18.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.1...0.18.2
730732
[0.18.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.0...0.18.1

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
@@ -2,7 +2,7 @@
22
name = "cargo-deny"
33
description = "Cargo plugin to help you manage large dependency graphs"
44
repository = "https://github.com/EmbarkStudios/cargo-deny"
5-
version = "0.18.3"
5+
version = "0.18.4"
66
authors = [
77
"Embark <[email protected]>",
88
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)