Skip to content

Commit 13140f7

Browse files
committed
Release 0.16.2
1 parent f9e9889 commit 13140f7

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.16.2] - 2024-11-15
1112
### Fixed
1213
- [PR#703](https://github.com/EmbarkStudios/cargo-deny/pull/703) resolved [#696](https://github.com/EmbarkStudios/cargo-deny/issues/696) by no longer emitting errors when failing to deserialize deprecated fields, and removed some lingering documentation that wasn't removed in [PR#611](https://github.com/EmbarkStudios/cargo-deny/pull/611).
1314
- [PR#719](https://github.com/EmbarkStudios/cargo-deny/pull/719) updated to `krates` -> 0.17.5, fixing an issue where `cargo-deny` could [panic](https://github.com/EmbarkStudios/krates/issues/97) due to [incorrectly resolving](https://github.com/EmbarkStudios/krates/issues/84) features for different versions of the same crate referenced by a single crate.
@@ -673,7 +674,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
673674
- Initial implementation release
674675

675676
<!-- next-url -->
676-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.1...HEAD
677+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.2...HEAD
678+
[0.16.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.1...0.16.2
677679
[0.16.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.0...0.16.1
678680
[0.16.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.15.1...0.16.0
679681
[0.15.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.15.0...0.15.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.16.1"
5+
version = "0.16.2"
66
authors = [
77
"Embark <[email protected]>",
88
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)