Skip to content

Commit 8199d45

Browse files
committed
Release 0.14.21
1 parent 083e945 commit 8199d45

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.14.21] - 2024-04-12
1112
### Fixed
1213
- [PR#643](https://github.com/EmbarkStudios/cargo-deny/pull/643) resolved [#629](https://github.com/EmbarkStudios/cargo-deny/issues/629) by making the hosted git (github, gitlab, bitbucket) org/user name comparison case-insensitive. Thanks [@pmnlla](https://github.com/pmnlla)!
1314
- [PR#649](https://github.com/EmbarkStudios/cargo-deny/pull/649) fixed an issue where depending on the same crate multiple times by using different `cfg()/triple` targets could cause features to be resolved incorrectly and thus crates to be not pulled into the graph used for checking.
@@ -590,7 +591,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
590591
- Initial implementation release
591592

592593
<!-- next-url -->
593-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.20...HEAD
594+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.21...HEAD
595+
[0.14.21]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.20...0.14.21
594596
[0.14.20]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.19...0.14.20
595597
[0.14.19]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.18...0.14.19
596598
[0.14.18]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.17...0.14.18

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.14.20"
5+
version = "0.14.21"
66
authors = [
77
"Embark <[email protected]>",
88
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)