Skip to content

Commit 0d6c1ec

Browse files
committed
Release 0.14.12
1 parent 8ed8975 commit 0d6c1ec

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.12] - 2024-02-23
1112
### Changed
1213
- [PR#605](https://github.com/EmbarkStudios/cargo-deny/pull/605) did a major refactor of configuration, both how it is deserialized and changing (hopefully improving) many options.
1314
- [PR#605](https://github.com/EmbarkStudios/cargo-deny/pull/605) moved `targets`, `exclude`, `all-features`, `features`, `no-default-features`, and `exclude` into the `[graph]` table.
@@ -552,7 +553,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
552553
- Initial implementation release
553554

554555
<!-- next-url -->
555-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.11...HEAD
556+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.12...HEAD
557+
[0.14.12]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.11...0.14.12
556558
[0.14.11]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.10...0.14.11
557559
[0.14.10]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.9...0.14.10
558560
[0.14.9]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.8...0.14.9

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

0 commit comments

Comments
 (0)