CHANGELOG 665 B

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