summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 07:03:11 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 07:06:38 +0800
commit841a9d55fe1c4d76276616eab17274a45391bdcb (patch)
treed72ade390bd531153b5392e8f7de46698b659195
parent1d8ba524ac83a0c3b5e4146cf937ed75650f1e97 (diff)
Cut a new minor release: 2.7
-rw-r--r--CHANGELOG.md10
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d8d5ae..28f1bd9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+#### v2.7.0
+
+* [Support for extremely large][issue-58], zeta byte scale, files or filesystem traversals.
+* [Fix possibly incorrect handling of hard links][pr-57] in traversals spanning multiple devices.
+
+Both changes were enabled by a single contributor, and I am very thankful towards them.
+
+[issue-58]: https://github.com/Byron/dua-cli/issues/58
+[pr-57]: https://github.com/Byron/dua-cli/pull/57
+
#### v2.6.1
* quit without delay from interactive mode after `dua` was opened on huge directories trees.
diff --git a/Cargo.lock b/Cargo.lock
index 6616f24..3a51885 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -176,7 +176,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "2.6.1"
+version = "2.6.2"
dependencies = [
"atty",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index be6c1c5..4669b19 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.6.1"
+version = "2.7.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"