12345678910111213141516171819202122232425 |
- v0.2.1 => Latest
- Adds a case where --days when set to 0, will be changed to the eqivalent --force option
- v0.2.0
- It was found version v0.1.6 when asked --version it would render v0.1.5
- It was hardcoded to say v0.1.5 (Now it should be filled in by clap)
- v0.1.6
- Fixed CLI bug where we were overwriting the days to consider last modified
- and last accessed
- v0.1.5
- Added clap CLI
- v0.1.4
- Added a forced command line argument (clap is needed)
- v0.1.3
- Introduced a last modified and/or last accessed requirement, this should
- only clean a crate not modified or accessed 30 days ago
- v0.1.2
- Further enhances nested crates, and expands requirements so 'target/',
- and 'Cargo.toml' need to be present to run 'cargo clean' (Should help,
- eliminate running on non-crate projects that might call a directory,
- 'target/')
- v0.1.1
- Introduced handling nested crates
- v0.1.0
- Project began as a primative crate that looks in the current directory,
- looking for 'target/', if found it runs 'cargo clean' automatically
|