summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-03-26 08:41:25 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-03-26 08:41:25 +0800
commit65ac16b377aa33d1064de2ebfaba51d6f95acb55 (patch)
tree3f071abed0589b8feb263bb30834ad10c5b4a4dd
parente843eda0266950bde0d39c9f1b1b8a08d16d9a44 (diff)
bump patch level
-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 ea90e65..5c1825f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+#### ✅ v2.3.8 `dua interactive` (`dua i`) is now about twice as fast due to using all logical cores, not just physical ones
+
+This is also the first release with github releases: https://github.com/Byron/dua-cli/releases/tag/v2.3.8
+
#### ✅ v2.3.7 Upgrade to filesize 0.2.0 from 0.1.0; update dependency versions
#### ✅ v2.3.6 Upgrade to jwalk 0.5 bringing better threading control and no symlink following during traversal
diff --git a/Cargo.lock b/Cargo.lock
index b5129b4..2596859 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -182,7 +182,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "2.3.7"
+version = "2.3.8"
dependencies = [
"atty",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index bd3ab8e..23082ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.3.7"
+version = "2.3.8"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
include = ["src/**/*", "Cargo.*", "*.md", "LICENSE"]