From 841a9d55fe1c4d76276616eab17274a45391bdcb Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 2 Jul 2020 07:03:11 +0800 Subject: Cut a new minor release: 2.7 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 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 "] edition = "2018" repository = "https://github.com/Byron/dua-cli" -- cgit v1.2.3