From 8c8e0b7b1d4d56532bdb89258786edf58cbb6a90 Mon Sep 17 00:00:00 2001 From: Canop Date: Sat, 24 Sep 2022 21:36:04 +0200 Subject: version 1.15.0 --- 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 c7cf2d9..e03bd2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -### next +### v1.15.0 - 2022-09-24 + - with `show_matching_characters_on_path_searches: false`, it's possible to show only file names even when searching paths - Fix #490 - `--sort-by-type-dirs-first` and `--sort-by-type-dirs-last` - Fix #602 - modal: in intput mode, uppercase letters don't trigger verbs anymore - Fix #604 diff --git a/Cargo.lock b/Cargo.lock index 96836ce..d80dd9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,7 +140,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "broot" -version = "1.14.4-dev" +version = "1.15.0" dependencies = [ "ahash 0.7.6", "ansi_colours", diff --git a/Cargo.toml b/Cargo.toml index 4ecde5e..351cd85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.14.4-dev" +version = "1.15.0" authors = ["dystroy "] repository = "https://github.com/Canop/broot" homepage = "https://dystroy.org/broot" -- cgit v1.2.3