Skip to content

Commit da5de73

Browse files
committed
Release 0.14.5
1 parent ad4a9e5 commit da5de73

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
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.5] - 2024-01-20
1112
### Fixed
1213
- [PR#588](https://github.com/EmbarkStudios/cargo-deny/pull/588) resolved an issue introduced in [0.14.4] where features that reference dev-only dependencies in non-workspace crates would cause a [panic](https://github.com/EmbarkStudios/krates/issues/66).
1314

@@ -491,7 +492,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
491492
- Initial implementation release
492493

493494
<!-- next-url -->
494-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.4...HEAD
495+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.5...HEAD
496+
[0.14.5]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.4...0.14.5
495497
[0.14.4]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.3...0.14.4
496498
[0.14.3]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.2...0.14.3
497499
[0.14.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.1...0.14.2

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

0 commit comments

Comments
 (0)