Skip to content

Commit 350b610

Browse files
committed
Release 0.5.3
1 parent 0ed0d1d commit 350b610

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
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
## [0.5.3] - 2023-01-27
1112
### Fixed
1213
- [PR#213](https://github.com/EmbarkStudios/cargo-about/pull/213) resolved [#203](https://github.com/EmbarkStudios/cargo-about/issues/203) by adding the `--fail` option to the generate subcommand. Thanks [@mikayla-maki](https://github.com/mikayla-maki)!
1314

@@ -120,7 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120121
- Initial add of the thing
121122

122123
<!-- next-url -->
123-
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.2...HEAD
124+
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.3...HEAD
125+
[0.5.3]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.2...0.5.3
124126
[0.5.2]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.1...0.5.2
125127
[0.5.1]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.0...0.5.1
126128
[0.5.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.4.8...0.5.0

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.5.2"
3+
version = "0.5.3"
44
description = "Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed"
55
authors = [
66
"Embark <[email protected]>",

0 commit comments

Comments
 (0)