Skip to content

Commit a9af756

Browse files
committed
Release 0.2.0
1 parent d5a79ce commit a9af756

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
9+
## [0.2.0] - 2020-01-24
910
### Added
1011
- `cfg()` dependendent crates can now be ignored by specifying only the `targets = []` you actually build for
1112
- `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
2627
- Initial add of the thing
2728

2829
<!-- next-url -->
29-
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.1.1...HEAD
30+
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.2.0...HEAD
31+
[0.2.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.1.1...0.2.0
3032
[0.1.1]: https://github.com/EmbarkStudios/cargo-about/compare/0.1.0...0.1.1
3133
[0.1.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.0.1...0.1.0
3234
[0.0.1]: https://github.com/EmbarkStudios/cargo-about/releases/tag/0.0.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-about"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed"
55
authors = ["Embark <[email protected]>", "Jake Shadle <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)