Skip to content

Commit 3d6a3d9

Browse files
committed
Release 0.10.3
1 parent e8fcf7f commit 3d6a3d9

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.10.3] - 2021-11-22
1112
### Changed
1213
- [PR#379](https://github.com/EmbarkStudios/cargo-deny/pull/379) updated `askalono` which got rid of the `failure` dependency, which was pulling in a lot of additional crates that are now gone.
1314

@@ -301,7 +302,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
301302
- Initial implementation release
302303

303304
<!-- next-url -->
304-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.10.2...HEAD
305+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.10.3...HEAD
306+
[0.10.3]: https://github.com/EmbarkStudios/cargo-deny/compare/0.10.2...0.10.3
305307
[0.10.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.10.1...0.10.2
306308
[0.10.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.10.0...0.10.1
307309
[0.10.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.9.1...0.10.0

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

0 commit comments

Comments
 (0)