Releases: holmgr/cargo-sweep
Releases · holmgr/cargo-sweep
v0.7.0
Thanks to everyone who contributed to this release!
Changed
- Support multiple projects as input via CLI #101
- Make
-r/--recursive
traverse beyond Cargo directories #78 - Add long
--verbose
and--recursive
flags #73 - Display the total cleaned amount when sweeping multiple projects #45
- No longer give a hard error when a custom toolchain gives an error #67
- Allow
--maxsize
to accept byte-unit sizes #114 - Reduce non-verbose output to make it less noisy #81
- Refactor and add
-m
as a short flag for--maxsize
#87 - Only show toolchain list once when using
--installed
#88 - Add a
TRACE
log level enabled by two--verbose
flags #113 - Tell user when
--recursive
is busy traversing directories #120 - Don't print colors when stdout is not a terminal #69
Fixed
v0.6.2
Fixes issues with Installed, maxsize, and toolchains flags, thanks @Lynnesbian
v0.6.0
Various improvements including system clock drift handling, thanks @regexident
Fixing parsing issues related to ordering of flags, thanks @djdv
Various improvements including fixing incorrect help text, thanks @sourcefrog
Handling on non-dustup environments, thanks @CreepySkeleton
Various fixes including removing incorrect number of decimal places in number of bytes cleaned, thanks @mdboom
v0.5.0
- Fix errors caused by attempting to clean directories which are no longer produced in newer rustc versions (1.37+), thanks @coolreader18
- Update dependencies, thanks @LukasKalbertodt and @lzutao
v0.4.1
0.4.0
- Use Cargos fingerprint data to trim to only install rust versions #16
- Clean up how the recessive flag works #17
- Fix publishing of binaries using appveryor #18
- Enable Rust 2018 edition #19
- Add new command line argument maxsize #20
Big thanks to @Eh2406 for all the contributions, also a shoutout to @quake for his fix