Skip to content

Commit 6fecfdc

Browse files
committed
Release 0.20.0
1 parent acd246b commit 6fecfdc

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

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.20.0] - 2026-07-09
1112
### Changed
1213
- [PR#881](https://github.com/EmbarkStudios/cargo-deny/pull/881) refactored the CLI, moving some duplicated options/flags into the root and removing several deprecated options/flags/values. See the PR for a full list of changes.
1314

@@ -832,7 +833,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
832833
- Initial implementation release
833834

834835
<!-- next-url -->
835-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.19.9...HEAD
836+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.20.0...HEAD
837+
[0.20.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.19.9...0.20.0
836838
[0.19.9]: https://github.com/EmbarkStudios/cargo-deny/compare/0.19.8...0.19.9
837839
[0.19.8]: https://github.com/EmbarkStudios/cargo-deny/compare/0.19.7...0.19.8
838840
[0.19.7]: https://github.com/EmbarkStudios/cargo-deny/compare/0.19.6...0.19.7

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

0 commit comments

Comments
 (0)