Skip to content

Commit e1d90f1

Browse files
committed
Release 0.14.11
1 parent 424a1f9 commit e1d90f1

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.11] - 2024-02-05
1112
### Fixed
1213
- [PR#599](https://github.com/EmbarkStudios/cargo-deny/pull/599) resolved [#488](https://github.com/EmbarkStudios/cargo-deny/issues/488) by treating git and path sources differently. Thanks [@kpreid](https://github.com/kpreid)!
1314

@@ -521,7 +522,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
521522
- Initial implementation release
522523

523524
<!-- next-url -->
524-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.10...HEAD
525+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.11...HEAD
526+
[0.14.11]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.10...0.14.11
525527
[0.14.10]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.9...0.14.10
526528
[0.14.9]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.8...0.14.9
527529
[0.14.8]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.7...0.14.8

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

0 commit comments

Comments
 (0)