Skip to content

Commit e1c9347

Browse files
authored
Fix binary_search_by_name (#47)
* Fix binary_search_by_name out of bounds panic * Add CHANGELOG note * Add CHANGELOG note for #46 * Update dependencies * Prepare 0.4.1
1 parent cf45872 commit e1c9347

File tree

5 files changed

+136
-146
lines changed

5 files changed

+136
-146
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.1] - 2019-11-28
10+
### Fixed
11+
- [PR#46](https://github.com/EmbarkStudios/cargo-deny/pull/46) Fixed issue where `license-file` was not being
12+
turned into an absolute path like the normal license file scanning, causing a crash. Thanks [@foresterre](https://github.com/foresterre)!
13+
- Fixed an out of bounds panic when skipping a crate which wasn't present in the crate graph, that would
14+
have been sorted last if it had existed
15+
916
## [0.4.0] - 2019-11-07
1017
### Changed
1118
- Replaced usage of `failure` with `anyhow`
@@ -73,7 +80,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
7380
### Added
7481
- Initial implementation release
7582

76-
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.4.0...HEAD
83+
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.4.1...HEAD
84+
[0.4.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.4.0...0.4.1
7785
[0.4.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.3.0...0.4.0
7886
[0.3.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.3.0-beta...0.3.0
7987
[0.3.0-beta]: https://github.com/EmbarkStudios/cargo-deny/compare/0.2.5...0.3.0-beta

0 commit comments

Comments
 (0)