Skip to content

Commit a916c9d

Browse files
committed
Release 0.18.0
1 parent a56b1a2 commit a916c9d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
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.18.0] - 2025-02-24
1112
### Changed
1213
- [PR#746](https://github.com/EmbarkStudios/cargo-deny/pull/746) changed the directory naming of advisory databases, [again](https://github.com/EmbarkStudios/cargo-deny/pull/745), so the name uses the last path component and a different, but also stable, hashing algorithm. Eg. the default `https://github.com/rustsec/advisory-db` will now be placed in `$CARGO_HOME/advisory-dbs/advisory-db-3157b0e258782691`.
1314
- [PR#746](https://github.com/EmbarkStudios/cargo-deny/pull/746) changed the MSRV to 1.85.0 and uses edition 2024.
@@ -701,7 +702,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
701702
- Initial implementation release
702703

703704
<!-- next-url -->
704-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.17.0...HEAD
705+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.0...HEAD
706+
[0.18.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.17.0...0.18.0
705707
[0.17.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.4...0.17.0
706708
[0.16.4]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.3...0.16.4
707709
[0.16.3]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.2...0.16.3

Cargo.lock

+2-2
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
@@ -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.17.0"
5+
version = "0.18.0"
66
authors = [
77
"Embark <opensource@embark-studios.com>",
88
"Jake Shadle <jake.shadle@embark-studios.com>",

0 commit comments

Comments
 (0)