From 11677f50e666e51455c25318819f8dfc7b4a4bc7 Mon Sep 17 00:00:00 2001 From: Canop Date: Wed, 15 Jan 2020 22:12:48 +0100 Subject: [PATCH] version 0.11.9 --- CHANGELOG.md | 5 +++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d6172df..86bbdb41 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) + +### 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 4d616894..7d860ec4 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 588b059c..11067b9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "0.11.8" +version = "0.11.9" authors = ["dystroy "] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot"