summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-05-31 10:04:25 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-05-31 10:04:25 +0800
commit5eae4e32dd6c2e7d0714605cddda81bef32347c6 (patch)
tree7329d5547e83003f66772e3695a95efdf57d0c1a
parent91aade36c71e4e14167030b6ec8c3c13dcdc1b2b (diff)
bump patch levelv2.6.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8043cb5..c75acec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+#### v2.6.1
+
+* quit without delay from interactive mode after having looked at big directory trees
+
#### v2.6.0
* Use `x` to only mark entries for deletion, instead of toggling them.
diff --git a/Cargo.lock b/Cargo.lock
index 7320050..6616f24 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -176,7 +176,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "2.6.0"
+version = "2.6.1"
dependencies = [
"atty",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index 7b66aa9..be6c1c5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.6.0"
+version = "2.6.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"