Skip to content

Commit 7ea9491

Browse files
committed
Release 0.7.1
1 parent 4167c2f commit 7ea9491

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.7.1] - 2025-03-20
1112
### Changed
1213
- [PR#279](https://github.com/EmbarkStudios/cargo-about/pull/279) updated crates, resolving [#278](https://github.com/EmbarkStudios/cargo-about/issues/278).
1314

@@ -198,7 +199,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
198199
- Initial add of the thing
199200

200201
<!-- next-url -->
201-
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.7.0...HEAD
202+
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.7.1...HEAD
203+
[0.7.1]: https://github.com/EmbarkStudios/cargo-about/compare/0.7.0...0.7.1
202204
[0.7.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.6...0.7.0
203205
[0.6.6]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.5...0.6.6
204206
[0.6.5]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.4...0.6.5

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.7.0"
3+
version = "0.7.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)