summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2024-02-24 10:54:36 +0100
committerCanop <cano.petrole@gmail.com>2024-02-24 10:54:36 +0100
commitc0798890630c9ddac63cbd98b48799af3de8fde2 (patch)
treef7fc25079d7f478ae451779ee03f989e61d16451
parentc691403482a33134de194ef397d806ce8573b985 (diff)
version 1.34.0v1.34.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03dfbcb..b515dc6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-### next
+### v1.34.0 - 2024-02-24
+<a name="v1.34.0"></a>
- 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 cc988d2..9688f2f 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 225c1d8..3a338bc 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 <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"