Skip to content

Commit 24746d7

Browse files
authored
Replace failure with anyhow (#41)
* Replace failure with anyhow * Update spdx and askalono * Note SPDX version in README * Prep 0.4.0
1 parent bf00d7a commit 24746d7

14 files changed

+222
-217
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.0] - 2019-11-07
10+
### Changed
11+
- Replaced usage of `failure` with `anyhow`
12+
- Upgraded askalono and spdx to newer versions that both use version 3.7 of the SPDX license list
13+
914
## [0.3.0] - 2019-10-30
1015
### Added
1116
- Added `[licenses.copyleft]` config, which can be used to determine what happens when a copyleft license is encountered.
@@ -68,7 +73,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
6873
### Added
6974
- Initial implementation release
7075

71-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.3.0...HEAD
76+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.4.0...HEAD
77+
[0.4.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.3.0...0.4.0
7278
[0.3.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.3.0-beta...0.3.0
7379
[0.3.0-beta]: https://github.com/EmbarkStudios/cargo-deny/compare/0.2.5...0.3.0-beta
7480
[0.2.5]: https://github.com/EmbarkStudios/cargo-deny/compare/0.2.4...0.2.5

0 commit comments

Comments
 (0)