From f1841dcff544779c6726f82970be3744b2ba9dcf Mon Sep 17 00:00:00 2001 From: Canop Date: Tue, 2 Jan 2024 17:14:29 +0100 Subject: version 1.32.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 fcc8d14..bfed863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -### next +### v1.32.0 - 2024-01-02 + - whith "modal" enabled, `initial_mode` setting lets you choose whether to start in `input` mode or `command` mode (default) - Fix #708 ### v1.31.0 - 2023-12-30 diff --git a/Cargo.lock b/Cargo.lock index b17c84b..0202dad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" [[package]] name = "broot" -version = "1.31.1-dev" +version = "1.32.0" dependencies = [ "ahash 0.8.6", "ansi_colours", diff --git a/Cargo.toml b/Cargo.toml index 26be8dc..c8b3aa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.31.1-dev" +version = "1.32.0" authors = ["dystroy "] repository = "https://github.com/Canop/broot" homepage = "https://dystroy.org/broot" -- cgit v1.2.3