diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b8f55a..e13c6286 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.1] - 2020-01-24 ### Added - Added `[advisories.yanked]` field in [PR#114](https://github.com/EmbarkStudios/cargo-deny/pull/114) for linting yanked crates. @@ -121,7 +122,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.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.6.1...HEAD +[0.6.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.6.0...0.6.1 [0.6.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.5.2...0.6.0 [0.5.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.5.1...0.5.2 [0.5.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.5.0...0.5.1 diff --git a/Cargo.lock b/Cargo.lock index 0b1b1a7b..46c585c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.6.0" +version = "0.6.1" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8df1dc36..55e91001 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.0" +version = "0.6.1" authors = ["Embark ", "Jake Shadle "] edition = "2018" license = "MIT OR Apache-2.0"