Skip to content

Commit 02d5831

Browse files
committed
Release 0.6.3
1 parent 41d5ca2 commit 02d5831

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.3] - 2024-08-12
1112
### Changed
1213
- [PR#251](https://github.com/EmbarkStudios/cargo-about/pull/251) updated crates and directly depend on `semver`.
1314

@@ -168,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
168169
- Initial add of the thing
169170

170171
<!-- next-url -->
171-
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.2...HEAD
172+
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.3...HEAD
173+
[0.6.3]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.2...0.6.3
172174
[0.6.2]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.1...0.6.2
173175
[0.6.1]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.0...0.6.1
174176
[0.6.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.7...0.6.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.6.2"
3+
version = "0.6.3"
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)