Skip to content

Commit 64f94ce

Browse files
committed
Release 0.6.5
1 parent d0ffa22 commit 64f94ce

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
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.5] - 2024-11-18
1112
### Added
1213
- [PR#261](https://github.com/EmbarkStudios/cargo-about/pull/261) resolved [#246](https://github.com/EmbarkStudios/cargo-about/issues/246) by adding an `--offline` (as well as `--locked` and `--frozen`) option to the `generate` command.
1314
- [PR#266](https://github.com/EmbarkStudios/cargo-about/pull/266) resolved [#230](https://github.com/EmbarkStudios/cargo-about/issues/230) by adding a `--target` option to `generate`, allowing one to specify one or more targets to filter the dependency graph by, overriding the `targets` configuration option.
@@ -185,7 +186,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
185186
- Initial add of the thing
186187

187188
<!-- next-url -->
188-
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.4...HEAD
189+
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.5...HEAD
190+
[0.6.5]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.4...0.6.5
189191
[0.6.4]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.3...0.6.4
190192
[0.6.3]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.2...0.6.3
191193
[0.6.2]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.1...0.6.2

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-about"
3-
version = "0.6.4"
3+
version = "0.6.5"
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)