diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af999b..a22bff9 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.2.0] - 2020-01-24 ### Added - `cfg()` dependendent crates can now be ignored by specifying only the `targets = []` you actually build for - `build` and `dev` dependencies can now be optionally ignored @@ -26,7 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial add of the thing -[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.1.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.2.0...HEAD +[0.2.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.1.1...0.2.0 [0.1.1]: https://github.com/EmbarkStudios/cargo-about/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.0.1...0.1.0 [0.0.1]: https://github.com/EmbarkStudios/cargo-about/releases/tag/0.0.1 diff --git a/Cargo.lock b/Cargo.lock index 6870eb8..b6defb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,7 +130,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cargo-about" -version = "0.1.1" +version = "0.2.0" 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 a85d450..2895bf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-about" -version = "0.1.1" +version = "0.2.0" description = "Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed" authors = ["Embark ", "Jake Shadle "] edition = "2018"