summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-01-09 11:02:06 +0100
committerCanop <cano.petrole@gmail.com>2020-01-09 11:02:06 +0100
commita58af835c877c7fee89e4bd7af42c2b136ec98ba (patch)
treee7e4df5ca91ed5dcf86a8e5d46b2d57426f90332
parent3f65b08231ce28e6b9ceb54c9d6dab4411112d6b (diff)
version 0.11.3v0.11.3
-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 2ef9c27..d40533d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-### master
+<a name="v0.11.3"></a>
+### v0.11.3 - 2020-01-09
- fix the 'n' answer being ignored when user is asked authorization
<a name="v0.11.2"></a>
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 <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"