diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1a1cae..8aa21c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.10.3] - 2021-11-22 ### Changed - [PR#379](https://github.com/EmbarkStudios/cargo-deny/pull/379) updated `askalono` which got rid of the `failure` dependency, which was pulling in a lot of additional crates that are now gone. @@ -301,7 +302,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.10.2...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.10.3...HEAD +[0.10.3]: https://github.com/EmbarkStudios/cargo-deny/compare/0.10.2...0.10.3 [0.10.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.10.1...0.10.2 [0.10.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.10.0...0.10.1 [0.10.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.9.1...0.10.0 diff --git a/Cargo.lock b/Cargo.lock index a7e61e02..d06ae6db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -208,7 +208,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.10.2" +version = "0.10.3" dependencies = [ "ansi_term 0.12.1", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 68779e90..cd3f3fa6 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.10.2" +version = "0.10.3" authors = [ "Embark ", "Jake Shadle ",