summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-09-15 21:32:31 +0200
committerCanop <cano.petrole@gmail.com>2019-09-15 21:32:31 +0200
commit6d6d5f98a9d1cbfb4da7bf1704fd0cff225c6f05 (patch)
tree6d88011b32e3197fcd69bbb9840137fcdba37a82
parent226eab0dc43766e217d1476fe6c3df9f7e044583 (diff)
version 0.9.5v0.9.5
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml3
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 168642d..dfd25dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
-### Next version
+<a name="v0.9.5"></a>
+### v0.9.5 - 2019-09-15
* keyboard keys & shortcuts can be defined for more actions, all built-in verbs documented in website
+* paths built from verb arguments are now normalized
<a name="v0.9.4"></a>
### v0.9.4 - 2019-09-13
diff --git a/Cargo.lock b/Cargo.lock
index 9a47349..8ee321f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -86,7 +86,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "0.9.4"
+version = "0.9.5"
dependencies = [
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 696cb40..066606a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,9 @@
[package]
name = "broot"
-version = "0.9.4"
+version = "0.9.5"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
+documentation = "https://dystroy.org/broot"
description = "Fuzzy Search + tree + cd"
edition = "2018"
keywords = ["cli", "fuzzy", "tree", "search", "regex"]