Skip to content

Commit e37e6b9

Browse files
committed
Release 0.13.4
1 parent e7b8645 commit e37e6b9

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.4] - 2022-11-03
1112
### Fixed
1213
- [PR#477](https://github.com/EmbarkStudios/cargo-deny/pull/477) resolved [#476](https://github.com/EmbarkStudios/cargo-deny/issues/476) by replacing bad test code with the correct code.
1314

@@ -399,7 +400,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
399400
- Initial implementation release
400401

401402
<!-- next-url -->
402-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.3...HEAD
403+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.4...HEAD
404+
[0.13.4]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.3...0.13.4
403405
[0.13.3]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.2...0.13.3
404406
[0.13.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.1...0.13.2
405407
[0.13.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.0...0.13.1

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

0 commit comments

Comments
 (0)