Skip to content

Commit

Permalink
Fix binary_search_by_name (#47)
Browse files Browse the repository at this point in the history
* Fix binary_search_by_name out of bounds panic
* Add CHANGELOG note
* Add CHANGELOG note for #46
* Update dependencies
* Prepare 0.4.1
  • Loading branch information
Jake-Shadle authored Nov 28, 2019
1 parent cf45872 commit e1c9347
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 146 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2019-11-28
### Fixed
- [PR#46](https://github.com/EmbarkStudios/cargo-deny/pull/46) Fixed issue where `license-file` was not being
turned into an absolute path like the normal license file scanning, causing a crash. Thanks [@foresterre](https://github.com/foresterre)!
- Fixed an out of bounds panic when skipping a crate which wasn't present in the crate graph, that would
have been sorted last if it had existed

## [0.4.0] - 2019-11-07
### Changed
- Replaced usage of `failure` with `anyhow`
Expand Down Expand Up @@ -73,7 +80,8 @@ Now each license has to be explicitly approved, either by listing them in `licen
### Added
- Initial implementation release

[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.4.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.4.1...HEAD
[0.4.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.3.0-beta...0.3.0
[0.3.0-beta]: https://github.com/EmbarkStudios/cargo-deny/compare/0.2.5...0.3.0-beta
Expand Down
Loading

0 comments on commit e1c9347

Please sign in to comment.