summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-07-14 17:49:21 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-07-14 17:49:21 +0800
commit22c7eb5e34372b2883276bb7fc207df891f7df8e (patch)
treea1e9ccd3a8c67a6d63139d539de500d3328c333a
parent560a76d43fa44c4ebf9bdc51087647bb800bbe68 (diff)
bump patch levelv2.1.8
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md9
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 <byronimo@gmail.com>"]
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