summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-12-01 18:16:50 +0100
committerCanop <cano.petrole@gmail.com>2020-12-01 18:16:50 +0100
commit7f635043bd7707225661029013b6863ef7f95d16 (patch)
treee6f121fc9864b0aa0a0a6d15318a633eb6e1694a
parent9cc16fd465a4fc351c3990b6aaa2022a96da4dde (diff)
version 1.0.8v1.0.8
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e4bec5..f1ff833 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
-### next
-- when sizes are displayed (eg on `br -s`) show size of root line and root filesystem info
+<a name="v1.0.8"></a>
+### v1.0.8 - 2020-12-01
+- when sizes are displayed (eg on `br -s`), show size of root line and root filesystem info
- modified size cache management makes some size computations faster
- sizes (and dates and counts) are progressively displayed
diff --git a/Cargo.lock b/Cargo.lock
index 7cafa9e..d6f04c6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -121,7 +121,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "1.0.8-dev"
+version = "1.0.8"
dependencies = [
"ansi_colours",
"base64 0.13.0",
diff --git a/Cargo.toml b/Cargo.toml
index 25031b3..1783945 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.0.8-dev"
+version = "1.0.8"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"