summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-03-07 20:55:18 +0100
committerCanop <cano.petrole@gmail.com>2019-03-07 20:55:18 +0100
commit1e7370109ba9763c3adf66f0abe99b8581e7233a (patch)
tree4fce8fa9706052717cfa17cd20e85be17b65ab7c
parentc30ad3106ada0835c6a9260088a4678e548037be (diff)
bump version to 0.7.0v0.7.0
-rw-r--r--CHANGELOG.md9
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 @@
+<a name="v0.7.0"></a>
+### 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
+
<a name="v0.6.3"></a>
### 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 <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
description = "Fuzzy Search + tree + cd"