Skip to content

Commit d94307d

Browse files
committed
Release 0.20.1
1 parent 317d0c3 commit d94307d

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.1] - 2026-07-09
1112
### Fixed
1213
- [PR#883](https://github.com/EmbarkStudios/cargo-deny/pull/883) fixed snapshot filenames on Windows which caused the release binary publish to fail.
1314

@@ -836,7 +837,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
836837
- Initial implementation release
837838

838839
<!-- next-url -->
839-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.20.0...HEAD
840+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.20.1...HEAD
841+
[0.20.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.20.0...0.20.1
840842
[0.20.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.19.9...0.20.0
841843
[0.19.9]: https://github.com/EmbarkStudios/cargo-deny/compare/0.19.8...0.19.9
842844
[0.19.8]: https://github.com/EmbarkStudios/cargo-deny/compare/0.19.7...0.19.8

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

0 commit comments

Comments
 (0)