From 1e5a1d761435b4394e6179a530db0b3d23fbbbfb Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 18 Feb 2021 17:24:57 +0100 Subject: [PATCH] Release 0.8.7 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5829c238..5c59a10b 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.8.7] - 2021-02-18 ### Fixed - Resolved [#331](https://github.com/EmbarkStudios/cargo-deny/issues/331) by updating `bitvec` and `funty`. @@ -252,7 +253,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.8.6...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.8.7...HEAD +[0.8.7]: https://github.com/EmbarkStudios/cargo-deny/compare/0.8.6...0.8.7 [0.8.6]: https://github.com/EmbarkStudios/cargo-deny/compare/0.8.5...0.8.6 [0.8.5]: https://github.com/EmbarkStudios/cargo-deny/compare/0.8.4...0.8.5 [0.8.4]: https://github.com/EmbarkStudios/cargo-deny/compare/0.8.3...0.8.4 diff --git a/Cargo.lock b/Cargo.lock index 2df7880c..c14f29b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,7 +214,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.8.6" +version = "0.8.7" dependencies = [ "ansi_term 0.12.1", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 890e7e1e..aa31ceee 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.8.6" +version = "0.8.7" authors = ["Embark ", "Jake Shadle "] edition = "2018" license = "MIT OR Apache-2.0"