summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-01-25 10:03:23 +0100
committerCanop <cano.petrole@gmail.com>2020-01-25 10:03:23 +0100
commit1e11bbc100febb868832b38d9c09b3ad568a3fee (patch)
tree343f8ec8a710d64e44e46b102fc689ffaa72c123
parentf2da453f0cd3c0e8c3232a8bcfab0b3fb639a43b (diff)
version 0.12.1v0.12.1
Fix #180
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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)
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 <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"