Skip to content

Releases: mihai-dinculescu/cargo-wipe

v0.3.3

22 Aug 17:52
Compare
Choose a tag to compare

[v0.3.3] - 2022-08-22

Changed

  • All dependencies have been updated to their latest version.

v0.3.2

31 Oct 12:42
Compare
Choose a tag to compare

[v0.3.2] - 2021-10-31

Changed

  • Upgraded to Rust 2021

Fixed

  • The argument parsing has been improved so that it is less confusing

Removed

  • The "target" and "node_modules" aliases have been deprecated and removed from the documentation. They will continue to work for a few more releases, but everyone is encouraged to switch to the preferred "rust" and "node" namings.

v0.3.1

11 Jan 21:08
Compare
Choose a tag to compare

Added

  • Specific paths can now be ignored by using the i argument

v0.3.0

17 Oct 15:37
Compare
Choose a tag to compare

Added

  • Before and after path disk size is now shown

Changed

  • Total space (that can be) made available is now shown in an appropriate unit (bytes, KiB, MiB, GiB, etc.)
  • The -w flag can now be used both before and after the folder name argument
  • The folder name is now an argument instead of a subcommand

Fixed

  • The -w flag now shows up in the root help section

v0.2.0

24 May 21:09
Compare
Choose a tag to compare

Added

  • Validation that checks if target folders are indeed Rust folders
  • Gracefully handle access denied errors

Fixed

  • Fix crash caused by dirs without read permissions
  • Fix message when empty directories are found

v0.1.3

21 May 15:29
Compare
Choose a tag to compare

[0.1.3] - 2020-05-21

Changed

  • Internal improvements