From d53fd5067daecd6e2e7affec917f594fd4e951c6 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 14 Mar 2020 21:57:50 +0800 Subject: bump versio --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c548e1..409191b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -182,7 +182,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" [[package]] name = "dua-cli" -version = "2.3.2" +version = "2.3.3" dependencies = [ "atty", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index 24ae361..2624094 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.3.2" +version = "2.3.3" authors = ["Sebastian Thiel "] edition = "2018" include = ["src/**/*", "Cargo.*", "*.md", "LICENSE"] diff --git a/README.md b/README.md index 76c5a1e..f3adb86 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ dua interactive * [ ] Evaluate unit coloring - can we highlight different units better, make them stick out? +#### ✅ v2.3.3 Fast exit from interactive mode for a responsive exit + #### ✅ v2.3.2 Incude the license file in crate #### ✅ v2.3.1 Include .md files in Crate, update dependencies -- cgit v1.2.3