Skip to content

Commit 5289f01

Browse files
committed
Release 0.6.2
1 parent aa83205 commit 5289f01

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.6.2] - 2024-05-31
1112
### Changed
1213
- [PR#248](https://github.com/EmbarkStudios/cargo-about/pull/248) updated crates.
1314

@@ -160,7 +161,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
160161
- Initial add of the thing
161162

162163
<!-- next-url -->
163-
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.1...HEAD
164+
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.2...HEAD
165+
[0.6.2]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.1...0.6.2
164166
[0.6.1]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.0...0.6.1
165167
[0.6.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.7...0.6.0
166168
[0.5.7]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.6...0.5.7

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.1"
3+
version = "0.6.2"
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)