Skip to content

Commit

Permalink
Release 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Nov 19, 2024
1 parent 2ec3be5 commit e3af7f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.6.6] - 2024-11-19
### Added
- [PR#268](https://github.com/EmbarkStudios/cargo-about/pull/268) resolved [#267](https://github.com/EmbarkStudios/cargo-about/issues/267) by adding a [`unicode-ident`](https://github.com/dtolnay/unicode-ident) workaround to compensate for the `LICENSE-UNICODE` file more closely matching the [`Unicode-3.0`](https://spdx.org/licenses/Unicode-3.0.html) SPDX identifier rather than the expected [`Unicode-DFS-2016`](https://spdx.org/licenses/Unicode-DFS-2016.html) one.

Expand Down Expand Up @@ -189,7 +190,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial add of the thing

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.5...HEAD
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.6...HEAD
[0.6.6]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.5...0.6.6
[0.6.5]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.4...0.6.5
[0.6.4]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.3...0.6.4
[0.6.3]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.2...0.6.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-about"
version = "0.6.5"
version = "0.6.6"
description = "Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed"
authors = [
"Embark <opensource@embark-studios.com>",
Expand Down

0 comments on commit e3af7f3

Please sign in to comment.