CHANGELOG 464 B

12345678910
  1. v0.1.2 <= Latest + Stable
  2. Further enhances nested crates, and expands requirements so 'target/',
  3. and 'Cargo.toml' need to be present to run 'cargo clean' (Should help,
  4. eliminate running on non-crate projects that might call a directory,
  5. 'target/')
  6. v0.1.1
  7. Introduced handling nested crates
  8. v0.1.0
  9. Project began as a primative crate that looks in the current directory,
  10. looking for 'target/', if found it runs 'cargo clean' automatically