Skip to content

Commit 3c07d9b

Browse files
committed
Release 0.14.16
1 parent 63e48ee commit 3c07d9b

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.16] - 2024-03-06
1112
### Fixed
1213
- [PR#626](https://github.com/EmbarkStudios/cargo-deny/pull/626) resolved [#625](https://github.com/EmbarkStudios/cargo-deny/issues/625) by explicitly checking that a license identified as Pixar was actually (probably) the Pixar license, instead of a normal Apache-2.0 license.
1314

@@ -568,7 +569,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
568569
- Initial implementation release
569570

570571
<!-- next-url -->
571-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.15...HEAD
572+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.16...HEAD
573+
[0.14.16]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.15...0.14.16
572574
[0.14.15]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.14...0.14.15
573575
[0.14.14]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.13...0.14.14
574576
[0.14.13]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.12...0.14.13

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

0 commit comments

Comments
 (0)