Releases: crev-dev/cargo-crev
Releases · crev-dev/cargo-crev
v0.16.0
v0.15.0
v0.13.0
v0.12.0
v0.11.0.p1
This is a release exactly like v0.11.0
but with CI fixed to produce windows binaries.
v0.11.0
Changed
- Change the proof format to simplify it and allow 3rd party "kinds" of them. The main goal is to
supportgit-crev
project: https://github.com/crev-dev/git-crev - Tune tokei line counts to exclude tests and examples
Added
- Ability report the crate as unmaintained and/or list alternatives to it
--target
tocrate verify
to ignore crates not compiled on the given (default: current) target--for-id
forcargo crev repo fetch trusted
- Autocompletion generation with
config completions
crate info
subcommand to get some detailed info for a single dependency
Fixed
- Stale old-syntax commands in documentation
- Minor help messages
v0.10.1
v0.10.0
Changed
- BREAKING:
cargo crev <verb> <noun>
was change tocargo 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
inlatest_t
to just=
Added
id untrust
andcrate unreview
to overwrite/clean errnous review/trust proofscrate mvp
to discovering best reviewerscrate search
for looking up best reviewed dependency candidatescrate verify --recursive
CREV_PASSPHRASE_CMD
for users ofpass
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
v0.9.0
cargo-crev-v0.8.0
Notably, this release introduces an User Guide and other user documentation. Also, static binaries compiled by the CI pipeline are now available. We're hopping these two items will help new users who would like to try cargo-crev
.
For existing users, differential reviews should provide an efficient path to keep incrementally reviewing already trusted dependencies, as they are being updated.
Changed
verify deps
was renamed to justverify
- Closing draft editor without saving at least once will cancel proof creation.
- advisories system was revamped
Added
- Statically compiled release binaries
- User Documentation, including Getting Started Guide
query dir
command- Differential reviews with
diff
andreview --diff
commands - New options, particularly for
verify