Skip to content

Commit 4bf57fe

Browse files
committed
Release 0.7.0
1 parent c8f8fc5 commit 4bf57fe

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.0] - 2025-02-25
1112
### Changed
1213
- [PR#275](https://github.com/EmbarkStudios/cargo-about/pull/275) updated crates.
1314
- [PR#275](https://github.com/EmbarkStudios/cargo-about/pull/275) moved to edition 2024 and rust 1.85.0 as the MSRV.
@@ -194,7 +195,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
194195
- Initial add of the thing
195196

196197
<!-- next-url -->
197-
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.6...HEAD
198+
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.7.0...HEAD
199+
[0.7.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.6...0.7.0
198200
[0.6.6]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.5...0.6.6
199201
[0.6.5]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.4...0.6.5
200202
[0.6.4]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.3...0.6.4

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.6.6"
3+
version = "0.7.0"
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)