Skip to content

Commit e195a6a

Browse files
committed
Release 0.4.4
1 parent 0606940 commit e195a6a

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.4.4] - 2021-12-23
1112
### Fixed
1213
- [PR#177](https://github.com/EmbarkStudios/cargo-about/pull/177) updated the structure for the `.cargo_vcs_info.json` file since it now contains the path in the repo of the crate.
1314

@@ -84,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8485
- Initial add of the thing
8586

8687
<!-- next-url -->
87-
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.4.3...HEAD
88+
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.4.4...HEAD
89+
[0.4.4]: https://github.com/EmbarkStudios/cargo-about/compare/0.4.3...0.4.4
8890
[0.4.3]: https://github.com/EmbarkStudios/cargo-about/compare/0.4.2...0.4.3
8991
[0.4.2]: https://github.com/EmbarkStudios/cargo-about/compare/0.4.1...0.4.2
9092
[0.4.1]: https://github.com/EmbarkStudios/cargo-about/compare/0.4.0...0.4.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.4.3"
3+
version = "0.4.4"
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)