Skip to content

Commit e54ee0c

Browse files
committed
Release 0.6.4
1 parent 70062f8 commit e54ee0c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
9+
## [0.6.4] - 2020-02-08
910
### Fixed
1011
- Resolved [#131](https://github.com/EmbarkStudios/cargo-deny/issues/131) by removing an unnecessary path canonicalization
1112

@@ -146,7 +147,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
146147
- Initial implementation release
147148

148149
<!-- next-url -->
149-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.6.3...HEAD
150+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.6.4...HEAD
151+
[0.6.4]: https://github.com/EmbarkStudios/cargo-deny/compare/0.6.3...0.6.4
150152
[0.6.3]: https://github.com/EmbarkStudios/cargo-deny/compare/0.6.2...0.6.3
151153
[0.6.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.6.1...0.6.2
152154
[0.6.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.6.0...0.6.1

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.6.3"
5+
version = "0.6.4"
66
authors = ["Embark <[email protected]>", "Jake Shadle <[email protected]>"]
77
edition = "2018"
88
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)