Skip to content

Commit caae1bc

Browse files
committed
Release 0.14.8
1 parent 09538e4 commit caae1bc

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.14.8] - 2024-01-22
1112
### Fixed
1213
- [PR#592](https://github.com/EmbarkStudios/cargo-deny/pull/592) updated `krates` _again_ to pull in [krates#73](https://github.com/EmbarkStudios/krates/pull/73).
1314

@@ -509,7 +510,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
509510
- Initial implementation release
510511

511512
<!-- next-url -->
512-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.7...HEAD
513+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.8...HEAD
514+
[0.14.8]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.7...0.14.8
513515
[0.14.7]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.6...0.14.7
514516
[0.14.6]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.5...0.14.6
515517
[0.14.5]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.4...0.14.5

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
@@ -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.14.7"
5+
version = "0.14.8"
66
authors = [
77
"Embark <[email protected]>",
88
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)