diff options
author | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-14 17:49:21 +0800 |
---|---|---|
committer | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-14 17:49:21 +0800 |
commit | 22c7eb5e34372b2883276bb7fc207df891f7df8e (patch) | |
tree | a1e9ccd3a8c67a6d63139d539de500d3328c333a | |
parent | 560a76d43fa44c4ebf9bdc51087647bb800bbe68 (diff) |
bump patch levelv2.1.8
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 9 |
3 files changed, 11 insertions, 2 deletions
@@ -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)", @@ -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"] @@ -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 |