summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-11-04 20:38:57 +0100
committerCanop <cano.petrole@gmail.com>2019-11-04 20:44:00 +0100
commita93e7940c70d81de9faf1bd03191c3db29d77c34 (patch)
treee26dba1d12c89998b790ef042e0e24b660dfd7c7
parent3a6d9c21063a5ada6b4afe571fa635338593da79 (diff)
broot v0.10.1v0.10.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 35c562f..db16277 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+<a name="v0.10.1"></a>
+### v0.10.1 - 2019-11-04
+* incorporate crossterm 0.13.2 to fix a regression in vi launch (see https://github.com/Canop/broot/issues/73)
+
<a name="v0.10.0"></a>
### v0.10.0 - 2019-11-03
* moved to the crossterm 0.13 and termimad 0.7.1
diff --git a/Cargo.lock b/Cargo.lock
index fa7a4a8..c616f3a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -88,7 +88,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "0.10.0"
+version = "0.10.1"
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 915af85..2eb4d1e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "0.10.0"
+version = "0.10.1"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"