summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-12-04 13:45:25 +0100
committerCanop <cano.petrole@gmail.com>2023-12-04 13:45:25 +0100
commitdbb6888108bbe6553dfb9d0d06cd9cc71cde1872 (patch)
tree59344afb1bb955a8ef72eec7489894ded6a2955c
parent10f2a195be376983696e220cb8a8053c97adbe27 (diff)
version 1.30.0v1.30.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 0ca33b8..0dfe682 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-### next
+### v1.30.0 - 2023-12-03
+<a name="v1.30.0"></a>
- `:trash` internal - I'd like feedback on this one - Fix #799
- solve symlinks on `:panel_right` to display the dest path and the dest filesystem - Fix #804
- `:panel_right` on a directory now removes the filter
diff --git a/Cargo.lock b/Cargo.lock
index c71cf32..df1c414 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -217,7 +217,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "broot"
-version = "1.29.1-dev"
+version = "1.30.0"
dependencies = [
"ahash 0.8.6",
"ansi_colours",
diff --git a/Cargo.toml b/Cargo.toml
index cdc3c48..b9c5973 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.29.1-dev"
+version = "1.30.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"