Skip to content

Commit d37423a

Browse files
committed
Release 0.13.8
1 parent dbce844 commit d37423a

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.13.8] - 2023-04-06
1112
### Added
1213
- [PR#504](https://github.com/EmbarkStudios/cargo-deny/pull/504) (though really [PR#365](https://github.com/EmbarkStudios/cargo-deny/pull/365)) resolved [#350](https://github.com/EmbarkStudios/cargo-deny/issues/350) by adding the `deny-multiple-versions` field to `bans.deny` entries, allowing specific crates to deny multiple versions while allowing/warning on them more generally. Thanks [@leops](https://github.com/leops)!
1314
- [PR#493](https://github.com/EmbarkStudios/cargo-deny/pull/493) resolved [#437](https://github.com/EmbarkStudios/cargo-deny/issues/437) by also looking for deny configuration files in `.cargo`. Thanks [@DJMcNab](https://github.com/DJMcNab)!
@@ -428,7 +429,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
428429
- Initial implementation release
429430

430431
<!-- next-url -->
431-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.7...HEAD
432+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.8...HEAD
433+
[0.13.8]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.7...0.13.8
432434
[0.13.7]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.6...0.13.7
433435
[0.13.6]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.5...0.13.6
434436
[0.13.5]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.4...0.13.5

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

0 commit comments

Comments
 (0)