Skip to content

Commit d65383d

Browse files
committed
Release 0.2.2
1 parent 176c333 commit d65383d

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.2] - 2020-05-07
910
### Changed
1011
- [PR#84](https://github.com/EmbarkStudios/cargo-about/pull/84) switched from mimalloc to rpmalloc to avoid usage of cmake which broke musl builds.
1112

@@ -34,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3435
- Initial add of the thing
3536

3637
<!-- next-url -->
37-
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.2.1...HEAD
38+
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.2.2...HEAD
39+
[0.2.2]: https://github.com/EmbarkStudios/cargo-about/compare/0.2.1...0.2.2
3840
[0.2.1]: https://github.com/EmbarkStudios/cargo-about/compare/0.2.0...0.2.1
3941
[0.2.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.1.1...0.2.0
4042
[0.1.1]: https://github.com/EmbarkStudios/cargo-about/compare/0.1.0...0.1.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.2.1"
3+
version = "0.2.2"
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)