Skip to content

Commit 5e30d44

Browse files
committed
Release 0.14.18
1 parent a77e419 commit 5e30d44

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.18] - 2024-03-21
1112
### Fixed
1213
- [PR#638](https://github.com/EmbarkStudios/cargo-deny/pull/638) resolved [#636](https://github.com/EmbarkStudios/cargo-deny/issues/636) by updating `krates`.
1314

@@ -577,7 +578,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
577578
- Initial implementation release
578579

579580
<!-- next-url -->
580-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.17...HEAD
581+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.18...HEAD
582+
[0.14.18]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.17...0.14.18
581583
[0.14.17]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.16...0.14.17
582584
[0.14.16]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.15...0.14.16
583585
[0.14.15]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.14...0.14.15

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

0 commit comments

Comments
 (0)