summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-04-03 21:01:12 +0200
committerCanop <cano.petrole@gmail.com>2019-04-03 21:01:12 +0200
commitcae3f12c3d6a9e7ff106e34f8e443c541e43b849 (patch)
tree5de86564236ba5db4eb9dbeef484fc47007a22e4
parent9036176847606c794d6e6db210a67851f7a616c4 (diff)
version 0.7.5v0.7.5
-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 88c222a..7a084d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+<a name="v0.7.5"></a>
+### v0.7.5 - 2019-04-03
+- try to give arguments to verbs executed with --cmd
+- Hitting <enter> no longer quits when root is selected (many users found it confusing)
+
<a name="v0.7.4"></a>
### v0.7.4 - 2019-03-25
- fix verbs crashing broot in /
diff --git a/Cargo.lock b/Cargo.lock
index 9193a6d..87b75f0 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.4"
+version = "0.7.5"
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 8ca6f86..92722be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "0.7.4"
+version = "0.7.5"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
description = "Fuzzy Search + tree + cd"