summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-03-29 23:20:02 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-03-29 23:20:02 +0800
commit4bea206639aecd7c28bb399bc93ec9350b5da142 (patch)
treed44635b9bfdadbdc676a2b71942ce5ca19624d11
parent80979a179f924af87a33fc81ccca055ce6df5636 (diff)
Bump minor versionv2.4.0
Fixes #47
-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 dfa881e..3ab2b63 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,5 @@
+#### 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
This brutally fixes an issue where symbolics links are honored when they are placed in the current working directory, as internally `dua` will
diff --git a/Cargo.lock b/Cargo.lock
index 6c5f99d..eed246f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -182,7 +182,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "3.0.0"
+version = "2.4.0"
dependencies = [
"atty",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index a21faa0..0c1a2c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "3.0.0"
+version = "2.4.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
include = ["src/**/*", "Cargo.*", "*.md", "LICENSE"]