From c6564e118529a380b52e9e112b363dabcded23a9 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Fri, 20 Dec 2019 16:18:45 +0100 Subject: [PATCH] Release 0.5.2 --- CHANGELOG.md | 6 ++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f148f13c..47fbbcf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - ## [Unreleased] - ReleaseDate + +## [0.5.2] - 2019-12-20 ### Added - Resolved [#53](https://github.com/EmbarkStudios/cargo-deny/issues/53) by adding `[licenses.exceptions]`, which lets you allow 1 or more licenses only for a particular crate. Thanks for reporting [@iliana](https://github.com/iliana)! @@ -104,7 +105,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.5.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.5.2...HEAD +[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 [0.5.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.4.2...0.5.0 [0.4.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.4.1...0.4.2 diff --git a/Cargo.lock b/Cargo.lock index 8644d9c2..64ce4fde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,7 +109,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.5.1" +version = "0.5.2" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 855df566..566b02a9 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.5.1" +version = "0.5.2" authors = ["Embark ", "Jake Shadle "] edition = "2018" license = "MIT OR Apache-2.0"