summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-01-10 22:56:11 +0100
committerCanop <cano.petrole@gmail.com>2020-01-10 22:56:11 +0100
commitdcb4b1e2ce24130873a92a5c5843d6ee03ca7706 (patch)
tree764202a29d5e65dffd9d9c101e1662a0c5e6ce5b
parent9ac04f2a734da1160b6f4b7866d9e642fb5a41a5 (diff)
version 0.11.6
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6f9918..9905576 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-### master
+<a name="v0.11.6"></a>
+### v0.11.6 - 2020-01-10
- backspace was previously bound to :back if not consumed by input. This is removed
- fix unsignificative event interpreted as previous event repetition
- fix wrong background applied on sizes in tree display
diff --git a/Cargo.lock b/Cargo.lock
index bff53af..d94fef8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -93,7 +93,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "0.11.5"
+version = "0.11.6"
dependencies = [
"chrono 0.4.9 (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 f0188e5..fc1f838 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "0.11.5"
+version = "0.11.6"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"