CHANGELOG 1.0 KB

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