Skip to content

Commit f442e4d

Browse files
committed
Release 0.15.0
1 parent de40608 commit f442e4d

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.15.0] - 2024-07-25
1112
### Added
1213
- [PR#673](https://github.com/EmbarkStudios/cargo-deny/pull/673) added linting of `[workspace.dependencies]`, resolving [#436](https://github.com/EmbarkStudios/cargo-deny/issues/436) and [#525](https://github.com/EmbarkStudios/cargo-deny/issues/525).
1314
- Added lint [`workspace-duplicates`](https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html#the-workspace-duplicates-field-optional), which allows checking for missing usage of `workspace = true` for direct workspace dependencies that are used more than once in the workspace.
@@ -620,7 +621,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
620621
- Initial implementation release
621622

622623
<!-- next-url -->
623-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.24...HEAD
624+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.15.0...HEAD
625+
[0.15.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.24...0.15.0
624626
[0.14.24]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.23...0.14.24
625627
[0.14.23]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.22...0.14.23
626628
[0.14.22]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.21...0.14.22

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

0 commit comments

Comments
 (0)