From 22c7eb5e34372b2883276bb7fc207df891f7df8e Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 14 Jul 2019 17:49:21 +0800 Subject: bump patch level --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f80f9b..f5b54f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,7 +183,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "dua-cli" -version = "2.1.7" +version = "2.1.8" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "byte-unit 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 75bba2e..0b60a3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.1.7" +version = "2.1.8" authors = ["Sebastian Thiel "] edition = "2018" include = ["src/**/*", "Cargo.toml"] diff --git a/README.md b/README.md index 2a1bdaf..17ee062 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,15 @@ dua interactive ##### Other Features * [ ] Evaluate unit coloring - can we highlight different units better, make them stick out? + +#### ✅ v2.1.8 - don't follow symbolic links when deleting directories + +[A critical bug was discovered](https://github.com/Byron/dua-cli/issues/24) which would lead to deletion +of unwanted `directories` as `dua` would follow symbolic links during traversal during deletion. + +Please note that symbolic links to files would be treated correctly, only removing the symbolic link. + +This is now fixed. #### ✅ v2.1.7 - use latest version of open-rs -- cgit v1.2.3