Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Oct 8, 2019
1 parent 284a200 commit ed80c2b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cargo-crev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.10.0](https://github.com/dpc/crev/compare/cargo-crev-v0.9.0...cargo-crev-v0.10.0) - 2019-10-07
### Changed

* **BREAKING**: `cargo crev <verb> <noun>` was change to `cargo crev <noun> <verb>`
* Introduces one letter aliases for most (all?) commands
* Commands quering proofs will now print them as a multi-object yaml document for easier parsing
* Shortened `=1.2.3` in `latest_t` to just `=`

### Added

* `id untrust` and `crate unreview` to overwrite/clean errnous review/trust proofs
* `crate mvp` to discovering best reviewers
* `crate search` for looking up best reviewed dependency candidates
* `crate verify --recursive`
* `CREV_PASSPHRASE_CMD` for users of `pass` and similiar
* Multiple flags and arguments to narrow down `crate verify` scope
* Handling of `--level <level>` in many commands
* "Tips and tricks" in user documentation

## [0.9.0](https://github.com/dpc/crev/compare/cargo-crev-v0.8.0...cargo-crev-v0.9.0) - 2019-08-26
### Changed

Expand Down

0 comments on commit ed80c2b

Please # to comment.