From a58af835c877c7fee89e4bd7af42c2b136ec98ba Mon Sep 17 00:00:00 2001 From: Canop Date: Thu, 9 Jan 2020 11:02:06 +0100 Subject: version 0.11.3 --- CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef9c27..d40533d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -### master + +### v0.11.3 - 2020-01-09 - fix the 'n' answer being ignored when user is asked authorization diff --git a/Cargo.lock b/Cargo.lock index a1c6236..e81de6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,7 +93,7 @@ dependencies = [ [[package]] name = "broot" -version = "0.11.2" +version = "0.11.3" 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 a87ef7e..1fd0805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "0.11.2" +version = "0.11.3" authors = ["dystroy "] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot" -- cgit v1.2.3