summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-06-03 20:58:32 +0200
committerCanop <cano.petrole@gmail.com>2021-06-03 20:58:32 +0200
commita7f52d13c8cc8f92b5b7b606a4355b24d90ee7bb (patch)
treefddb1c37446714471fd94cf226720acce8add3c3
parent9ef5539f1d33c8c6ca36608c37adad8d0691b61a (diff)
version 1.5.1v1.5.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b30865f..1ac4800 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+<a name="v1.5.1"></a>
+### v1.5.1 - 2021-06-03
+- fixed a few problems with the `:del_word_right` internal
+
<a name="v1.5.0"></a>
### v1.5.0 - 2021-06-02
- new `auto_exec` verb property: a non-auto_exec verb isn't executed directly on a keyboard shortcut but fills the input so that it may be edited before execution on enter key
diff --git a/Cargo.lock b/Cargo.lock
index 2df33c9..e3bd5a6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -138,7 +138,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "broot"
-version = "1.5.0"
+version = "1.5.1"
dependencies = [
"ahash 0.7.2",
"ansi_colours",
diff --git a/Cargo.toml b/Cargo.toml
index 923c62a..4cfabd7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.5.0"
+version = "1.5.1"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"