Skip to content

Commit

Permalink
Prepare 0.1.1 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle authored and mergify[bot] committed Dec 12, 2019
1 parent 78f1b90 commit 0192432
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Jake Shadle <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit 0192432

Please sign in to comment.