diff --git a/CHANGELOG.md b/CHANGELOG.md index ab345c2..6d8df66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [0.1.1] - 2019-12-12 ### Fixed - [#20](https://github.com/EmbarkStudios/cargo-about/pull/20) Fewer files are now scanned for license information - [#21](https://github.com/EmbarkStudios/cargo-about/pull/21) Pipes in the file system are now ignored on unix systems @@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial add of the thing -[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.1.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.1.1...HEAD +[0.1.1]: https://github.com/EmbarkStudios/tame-oauth/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/EmbarkStudios/tame-oauth/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 38a1150..da1af75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,7 +116,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cargo-about" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ansi_term 0.11.0 (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 42b85bf..e2f6053 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-about" -version = "0.1.0" +version = "0.1.1" 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"