diff --git a/CHANGELOG.md b/CHANGELOG.md index 2326a08d..68e2ff5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.6.5] - 2020-02-25 ### Added - Added a `fetch` subcommand that can be used to fetch external data, currently the crates.io index and the configured advisory database @@ -153,7 +154,8 @@ Now each license has to be explicitly approved, either by listing them in `licen - Initial implementation release -[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.6.4...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.6.5...HEAD +[0.6.5]: https://github.com/EmbarkStudios/cargo-deny/compare/0.6.4...0.6.5 [0.6.4]: https://github.com/EmbarkStudios/cargo-deny/compare/0.6.3...0.6.4 [0.6.3]: https://github.com/EmbarkStudios/cargo-deny/compare/0.6.2...0.6.3 [0.6.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.6.1...0.6.2 diff --git a/Cargo.lock b/Cargo.lock index 82e80f89..4a93bd7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.6.4" +version = "0.6.5" dependencies = [ "ansi_term 0.12.1", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index cf270a43..ebed87e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cargo-deny" description = "Cargo plugin to help you manage large dependency graphs" repository = "https://github.com/EmbarkStudios/cargo-deny" -version = "0.6.4" +version = "0.6.5" authors = ["Embark ", "Jake Shadle "] edition = "2018" license = "MIT OR Apache-2.0"