summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-27 22:17:36 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-27 22:17:49 +0800
commitb38d23483973595940d500310a89ec3f525895be (patch)
treeb7aa692a94ce2be81e833962a6bfcca54bcd71b6
parentcdc5ee36d2c7c6bc6ecc9676ebaa408066a9eb5a (diff)
bump patch levelv2.10.2
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7074335..fd7289c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
-#### v2.10.1 - Change light-grey color to Cyan to fix disappearing text
+#### v2.10.2 - Change light-grey color in command-line mode to Cyan to fix disappearing text
+
+#### v2.10.1 - Change light-grey color in interactive mode to Cyan to fix disappearing text
See [this PR](https://github.com/Byron/dua-cli/pull/62) for reference.
diff --git a/Cargo.lock b/Cargo.lock
index 2f8ed25..99ccffd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -227,7 +227,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "2.10.1"
+version = "2.10.2"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index e5c1de0..547d587 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.10.1"
+version = "2.10.2"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"