Skip to content

Commit 8d22680

Browse files
committed
Release 0.18.5
1 parent 4191487 commit 8d22680

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.18.5] - 2025-09-22
1112
### Changed
1213
- [PR#789](https://github.com/EmbarkStudios/cargo-deny/pull/789) changed it so that release binaries are now built with LTO.
1314
- [PR#790](https://github.com/EmbarkStudios/cargo-deny/pull/790) and [PR#794](https://github.com/EmbarkStudios/cargo-deny/pull/794) updated various crates.
@@ -732,7 +733,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
732733
- Initial implementation release
733734

734735
<!-- next-url -->
735-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.4...HEAD
736+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.5...HEAD
737+
[0.18.5]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.4...0.18.5
736738
[0.18.4]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.3...0.18.4
737739
[0.18.3]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.2...0.18.3
738740
[0.18.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.18.1...0.18.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.18.4"
5+
version = "0.18.5"
66
authors = [
77
"Embark <[email protected]>",
88
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)