Skip to content

Commit 86d508d

Browse files
committed
Release 0.14.13
1 parent 89c89a8 commit 86d508d

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.13] - 2024-02-24
1112
### Fixed
1213
- [PR#615](https://github.com/EmbarkStudios/cargo-deny/pull/615) fixed an issue introduced in [PR#605](https://github.com/EmbarkStudios/cargo-deny/pull/605) where the various `bans` diagnostic codes could not have their lint level changed via the CLI. It also introduced the `deprecated` diagnostic code.
1314

@@ -556,7 +557,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
556557
- Initial implementation release
557558

558559
<!-- next-url -->
559-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.12...HEAD
560+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.13...HEAD
561+
[0.14.13]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.12...0.14.13
560562
[0.14.12]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.11...0.14.12
561563
[0.14.11]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.10...0.14.11
562564
[0.14.10]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.9...0.14.10

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

0 commit comments

Comments
 (0)