CHANGELOG 600 B

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