Skip to content

Commit ed6e803

Browse files
committed
Release 0.19.6
1 parent 1820823 commit ed6e803

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.19.6] - 2026-05-11
1112
### Fixed
1213
- [PR#854](https://github.com/EmbarkStudios/cargo-deny/pull/857) resolved [#854](https://github.com/EmbarkStudios/cargo-deny/issues/854) by removing environment variables that affect repo paths before cloning or fetching the advisory database.
1314

@@ -805,7 +806,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
805806
- Initial implementation release
806807

807808
<!-- next-url -->
808-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.19.5...HEAD
809+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.19.6...HEAD
810+
[0.19.6]: https://github.com/EmbarkStudios/cargo-deny/compare/0.19.5...0.19.6
809811
[0.19.5]: https://github.com/EmbarkStudios/cargo-deny/compare/0.19.4...0.19.5
810812
[0.19.4]: https://github.com/EmbarkStudios/cargo-deny/compare/0.19.3...0.19.4
811813
[0.19.3]: https://github.com/EmbarkStudios/cargo-deny/compare/0.19.2...0.19.3

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

0 commit comments

Comments
 (0)