summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-03-25 21:26:13 +0100
committerCanop <cano.petrole@gmail.com>2019-03-25 21:26:13 +0100
commit144b943e98062810b54bd4198ac036184147e980 (patch)
treee12119093042aabab9feaded16c7d25542874b49
parentaa721a2298c9ff047939748dd3b5583ed5684389 (diff)
version 0.7.4v0.7.4
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f762548..88c222a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+<a name="v0.7.4"></a>
+### v0.7.4 - 2019-03-25
+- fix verbs crashing broot in /
+- fix user displayed in place of user with :perm
+
<a name="v0.7.3"></a>
### v0.7.3 - 2019-03-22
- :print_tree outputs the tree. See [documentation](https://dystroy.org/broot/documentation/usage/#export-a-tree) for examples of use
diff --git a/Cargo.lock b/Cargo.lock
index 21d6fb9..9193a6d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -66,7 +66,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "broot"
-version = "0.7.3"
+version = "0.7.4"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 7b0b8eb..8ca6f86 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "0.7.3"
+version = "0.7.4"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
description = "Fuzzy Search + tree + cd"