summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-01-15 22:12:48 +0100
committerCanop <cano.petrole@gmail.com>2020-01-15 22:12:48 +0100
commit11677f50e666e51455c25318819f8dfc7b4a4bc7 (patch)
tree5aa465d0ca5c087db71f71b077aa620370bf368a
parent3f1378f73bb72d71851591a045a0eaf4d585b3cf (diff)
version 0.11.9v0.11.9
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d6172d..86bbdb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
-### master
-- fix a case of bad selection after search then another search interrupted (#147)
+<a name="v0.11.9"></a>
+### v0.11.9 - 2020-01-15
+- fix a case of bad selection after search followed by interrupted search (#147)
- `--set-install-state` can be used in tests or manual installs to set the installation state
- Raspberry now a default target available in installation page
- fix a regression: `br -s` not finishing computing size until receiving an event
diff --git a/Cargo.lock b/Cargo.lock
index 4d61689..7d860ec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -93,7 +93,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "0.11.8"
+version = "0.11.9"
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 588b059..11067b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "0.11.8"
+version = "0.11.9"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"