CHANGELOG 691 B

1234567891011121314151617
  1. v0.1.5 => Latest
  2. Added clap CLI
  3. v0.1.4
  4. Added a forced command line argument (clap is needed)
  5. v0.1.3
  6. Introduced a last modified and/or last accessed requirement, this should
  7. only clean a crate not modified or accessed 30 days ago
  8. v0.1.2
  9. Further enhances nested crates, and expands requirements so 'target/',
  10. and 'Cargo.toml' need to be present to run 'cargo clean' (Should help,
  11. eliminate running on non-crate projects that might call a directory,
  12. 'target/')
  13. v0.1.1
  14. Introduced handling nested crates
  15. v0.1.0
  16. Project began as a primative crate that looks in the current directory,
  17. looking for 'target/', if found it runs 'cargo clean' automatically