From 4e500beb8444f6d9fa31ab984551716fb480d7f5 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 25 Jul 2019 10:04:49 +0800 Subject: Prepare next release --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 1 + 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 "] 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 -- cgit v1.2.3