Skip to content

Commit 706d75c

Browse files
committed
Release 0.13.7
1 parent c8a7eed commit 706d75c

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.7] - 2023-01-11
1112
### Fixed
1213
- [PR#491](https://github.com/EmbarkStudios/cargo-deny/pull/491) resolved [#490](https://github.com/EmbarkStudios/cargo-deny/issues/490) by building libgit2 from vendored sources instead of relying on potentially outdated packages.
1314

@@ -419,7 +420,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
419420
- Initial implementation release
420421

421422
<!-- next-url -->
422-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.6...HEAD
423+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.7...HEAD
424+
[0.13.7]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.6...0.13.7
423425
[0.13.6]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.5...0.13.6
424426
[0.13.5]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.4...0.13.5
425427
[0.13.4]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.3...0.13.4

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

0 commit comments

Comments
 (0)