diff options
author | Canop <cano.petrole@gmail.com> | 2020-01-25 10:03:23 +0100 |
---|---|---|
committer | Canop <cano.petrole@gmail.com> | 2020-01-25 10:03:23 +0100 |
commit | 1e11bbc100febb868832b38d9c09b3ad568a3fee (patch) | |
tree | 343f8ec8a710d64e44e46b102fc689ffaa72c123 | |
parent | f2da453f0cd3c0e8c3232a8bcfab0b3fb639a43b (diff) |
version 0.12.1v0.12.1
Fix #180
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 16bf2d7..3d33149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -### master -- fix panic on input being "///" (Fix #175) +<a name="v0.12.1"></a> +### v0.12.1 - 2020-01-25 +- fix panic on some inputs starting with a `/` (Fix #175) - TAB key now jumps to direct matches only - `--conf` arg to launch broot with specific config file(s) (fix #141) @@ -93,7 +93,7 @@ dependencies = [ [[package]] name = "broot" -version = "0.12.0" +version = "0.12.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)", @@ -1,6 +1,6 @@ [package] name = "broot" -version = "0.12.0" +version = "0.12.1" authors = ["dystroy <denys.seguret@gmail.com>"] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot" |