summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-03-30 01:02:23 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-03-30 01:02:23 +0800
commitf3505ec9f67abd9d4ce51c3b91d3d1edc6003ee0 (patch)
tree6c591787df13adbc59002185d210a165ebb25e52
parent8b3a32f9d99a26ac62e150ae6a2cb5fa835a8055 (diff)
bump patchv2.4.1
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ab2b63..52c4ca2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,5 @@
+#### v2.4.1 Bugfix: Update currently visible entries when scanning
+
#### v2.4.0 Full interaction during scanning phase; add inline-help for better UX
#### v2.3.9 Do not follow symlinks unless it's the only root path to follow
diff --git a/Cargo.lock b/Cargo.lock
index eed246f..60a25bb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -182,7 +182,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "2.4.0"
+version = "2.4.1"
dependencies = [
"atty",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index 0c1a2c4..6ffdd3f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.4.0"
+version = "2.4.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
include = ["src/**/*", "Cargo.*", "*.md", "LICENSE"]