CHANGELOG 799 B

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