From c0798890630c9ddac63cbd98b48799af3de8fde2 Mon Sep 17 00:00:00 2001 From: Canop Date: Sat, 24 Feb 2024 10:54:36 +0100 Subject: [PATCH] version 1.34.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 03dfbcb3..b515dc6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -### next +### v1.34.0 - 2024-02-24 + - new `--verb-output` launch argument, dedicated to the new `:clear_output` and `:write_output` internals - Fix #825 - verb sequences (based on `cmd`) can take arguments from the verb invocation - don't fail launch in case of bad verb configuration, more helpful error message in such case diff --git a/Cargo.lock b/Cargo.lock index cc988d2d..9688f2f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" [[package]] name = "broot" -version = "1.33.2-dev" +version = "1.34.0" dependencies = [ "ahash 0.8.7", "ansi_colours", diff --git a/Cargo.toml b/Cargo.toml index 225c1d85..3a338bc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.33.2-dev" +version = "1.34.0" authors = ["dystroy "] repository = "https://github.com/Canop/broot" homepage = "https://dystroy.org/broot"