Skip to content

Commit 1cc509c

Browse files
committed
Release 0.17.0
1 parent d5dfcb9 commit 1cc509c

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.17.0] - 2025-02-20
1112
### Changed
1213
- [PR#745](https://github.com/EmbarkStudios/cargo-deny/pull/745) updated `tame-index` to [0.18.0](https://github.com/EmbarkStudios/tame-index/releases/tag/0.18.0) so that cargo 1.85.0 is transparently supported along with older cargo versions.
1314
- [PR#745](https://github.com/EmbarkStudios/cargo-deny/pull/745) now uses the same stable hashing as cargo 1.85.0 for the advisory databases, which changes their path, but will notably now be the same across all host platforms.
@@ -693,7 +694,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
693694
- Initial implementation release
694695

695696
<!-- next-url -->
696-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.4...HEAD
697+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.17.0...HEAD
698+
[0.17.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.4...0.17.0
697699
[0.16.4]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.3...0.16.4
698700
[0.16.3]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.2...0.16.3
699701
[0.16.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.1...0.16.2

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
@@ -2,7 +2,7 @@
22
name = "cargo-deny"
33
description = "Cargo plugin to help you manage large dependency graphs"
44
repository = "https://github.com/EmbarkStudios/cargo-deny"
5-
version = "0.16.4"
5+
version = "0.17.0"
66
authors = [
77
"Embark <[email protected]>",
88
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)