summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-03-14 21:57:50 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-03-14 21:57:50 +0800
commitd53fd5067daecd6e2e7affec917f594fd4e951c6 (patch)
treea5c8852b5bc90e7674982b65025207fe56728492
parent175de56ebe0aff01f7e67de9862d98ba0970feea (diff)
bump versiov2.3.3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
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 <byronimo@gmail.com>"]
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