Skip to content

Commit 003a52d

Browse files
committed
Release 0.8.1
1 parent a8b4307 commit 003a52d

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.8.1] - 2025-09-18
1112
### Fixed
1213
- [PR#289](https://github.com/EmbarkStudios/cargo-about/pull/289) fixed deserialization of `.cargo_vcs_info.json` as the `dirty` field was only added in more recent versions.
1314
- [PR#289](https://github.com/EmbarkStudios/cargo-about/pull/289) relaxed parsing of SPDX expressions for external crates as they can contain deprecated license identifiers the user has no control over.
@@ -213,7 +214,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
213214
- Initial add of the thing
214215

215216
<!-- next-url -->
216-
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.8.0...HEAD
217+
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.8.1...HEAD
218+
[0.8.1]: https://github.com/EmbarkStudios/cargo-about/compare/0.8.0...0.8.1
217219
[0.8.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.7.1...0.8.0
218220
[0.7.1]: https://github.com/EmbarkStudios/cargo-about/compare/0.7.0...0.7.1
219221
[0.7.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.6...0.7.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.8.0"
3+
version = "0.8.1"
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)