summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index feb1643..06010e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,9 @@
-### master
+<a name="v0.11.8"></a>
+### v0.11.8 - 2020-01-12
- set different skins for the r, w and x parts of the mode (permission)
-- upgrade crossterm to 0.14.2 to bring compatibility with freeBSD
+- compatibility with freeBSD
- generate shell completion scripts on build (deep into the target directory)
-- --print-shell-function launch argument to print the shell functions to stdout
+- `--print-shell-function` launch argument to print the shell functions to stdout
<a name="v0.11.7"></a>
### v0.11.7 - 2020-01-11
diff --git a/Cargo.lock b/Cargo.lock
index db2c2ce..4d61689 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -93,7 +93,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "0.11.7"
+version = "0.11.8"
dependencies = [
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index e96803b..fb9b680 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "0.11.7"
+version = "0.11.8"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"