Skip to content

Commit 1c8b890

Browse files
committed
Release 0.18.2
1 parent c9aa5b7 commit 1c8b890

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
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.2] - 2025-03-10
1112
### Added
1213
- [PR#753](https://github.com/EmbarkStudios/cargo-deny/pull/753) resolved [#752](https://github.com/EmbarkStudios/cargo-deny/issues/752) by adding back the `advisories.unmaintained` config option. See the [docs](https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html#the-unmaintained-field-optional) for how it can be used. The default matches the current behavior, which is to error on any `unmaintained` advisory, but adding `unmaintained = "workspace"` to the `[advisories]` table will mean unmaintained advisories will only error if the crate is a direct dependency of your workspace.
1314

@@ -709,7 +710,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
709710
- Initial implementation release
710711

711712
<!-- next-url -->
712-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.1...HEAD
713+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.2...HEAD
714+
[0.18.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.1...0.18.2
713715
[0.18.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.0...0.18.1
714716
[0.18.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.17.0...0.18.0
715717
[0.17.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.4...0.17.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.1"
5+
version = "0.18.2"
66
authors = [
77
"Embark <opensource@embark-studios.com>",
88
"Jake Shadle <jake.shadle@embark-studios.com>",

0 commit comments

Comments
 (0)