summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-07-25 10:04:49 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-07-25 10:04:49 +0800
commit4e500beb8444f6d9fa31ab984551716fb480d7f5 (patch)
tree588ff5dfcc165789f0fe47f1c2285f85cbae42f2
parent44aa8997e3b18214f7177f7c6cc36a25daafbf24 (diff)
Prepare next releasev2.1.10
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md1
3 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index efcccef..8c37466 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -183,7 +183,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "dua-cli"
-version = "2.1.9"
+version = "2.1.10"
dependencies = [
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"byte-unit 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index eed2c97..29e81ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.1.9"
+version = "2.1.10"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
include = ["src/**/*", "Cargo.toml"]
diff --git a/README.md b/README.md
index dc10501..1c75761 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ dua interactive
#### ✅ v2.1.10 - compatibility with light terminals
* the TUI is now usable on light terminals, and highlighting is more consistent. Thank you, @vks!
+* Fixes misaligned columns when displaying '100.00%' alongside other rows by displaying `100.0%` instead. Thanks, @vks, for pointing it out.
#### ✅ v2.1.9 - improved handling of broken symlinks