Skip to content

Commit 4bea206

Browse files
committed
Bump minor version
Fixes #47
1 parent 80979a1 commit 4bea206

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#### v2.4.0 Full interaction during scanning phase; add inline-help for better UX
2+
13
#### v2.3.9 Do not follow symlinks unless it's the only root path to follow
24

35
This brutally fixes an issue where symbolics links are honored when they are placed in the current working directory, as internally `dua` will

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dua-cli"
3-
version = "3.0.0"
3+
version = "2.4.0"
44
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
55
edition = "2018"
66
include = ["src/**/*", "Cargo.*", "*.md", "LICENSE"]

0 commit comments

Comments
 (0)