From 1e11bbc100febb868832b38d9c09b3ad568a3fee Mon Sep 17 00:00:00 2001 From: Canop Date: Sat, 25 Jan 2020 10:03:23 +0100 Subject: version 0.12.1 Fix #180 --- 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 16bf2d7..3d33149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -### master -- fix panic on input being "///" (Fix #175) + +### 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) diff --git a/Cargo.lock b/Cargo.lock index 05ce601..3d1d0d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 9250bfc..6c12c26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "0.12.0" +version = "0.12.1" authors = ["dystroy "] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot" -- cgit v1.2.3