From 1e7370109ba9763c3adf66f0abe99b8581e7233a Mon Sep 17 00:00:00 2001 From: Canop Date: Thu, 7 Mar 2019 20:55:18 +0100 Subject: bump version to 0.7.0 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c542803..cd868a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +### v0.7.0 - 2019-03-07 +##### Major changes +- verbs can now accept complex arguments. This allows functions like mkdir, mv, cp, etc. and your own rich commands +- custom verbs can be executed without leaving broot (if defined with `leave_broot=false`) +##### Minor changes +- Ctrl-Q shortcut to leave broot +- fix a case of incorrect count of "unlisted" files + ### v0.6.3 - 2019-02-23 - `br` installer for the fish shell diff --git a/Cargo.lock b/Cargo.lock index 5e6c70c..6a896a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "broot" -version = "0.6.3" +version = "0.7.0" 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 2979cb1..be1e799 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "0.6.3" +version = "0.7.0" authors = ["dystroy "] repository = "https://github.com/Canop/broot" description = "Fuzzy Search + tree + cd" -- cgit v1.2.3