summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 08:19:32 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 08:19:32 +0800
commit9ac025f7e546514581aaa96f96b8af476988d384 (patch)
treee4623c215f30eafd9eb432ac3666874c99556ab3
parent03e9a2ac143c269d2c44a6bd13a0da10ede8bf38 (diff)
bump minor versionv2.8.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28f1bd9..085b79e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+#### v2.8.0
+
+* Switched from `structopt` to `argh` for a 300kb reduction in binary size and 1 minute smaller compile times.
+
#### v2.7.0
* [Support for extremely large][issue-58], zeta byte scale, files or filesystem traversals.
diff --git a/Cargo.lock b/Cargo.lock
index daf0921..7e3f027 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -198,7 +198,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "2.7.0"
+version = "2.8.0"
dependencies = [
"argh",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index 2e7a9f2..44fddcf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.7.0"
+version = "2.8.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"