From cae3f12c3d6a9e7ff106e34f8e443c541e43b849 Mon Sep 17 00:00:00 2001 From: Canop Date: Wed, 3 Apr 2019 21:01:12 +0200 Subject: version 0.7.5 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 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 @@ + +### v0.7.5 - 2019-04-03 +- try to give arguments to verbs executed with --cmd +- Hitting no longer quits when root is selected (many users found it confusing) + ### 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 "] repository = "https://github.com/Canop/broot" description = "Fuzzy Search + tree + cd" -- cgit v1.2.3