summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2024-05-04 20:44:42 +0200
committerCanop <cano.petrole@gmail.com>2024-05-04 20:44:42 +0200
commit100de927b467bba0760805ecfb790582ed9ff00a (patch)
treefe8fd65987ea9a5d38343c85d661df2e49f862a5
parenta626209cd931b582059266065f90276deedced85 (diff)
version 1.38.0v1.38.0main
-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 a312eee..58005db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-### next
+### v1.38.0 - 2024-05-04
+<a name="v1.38.0"></a>
- `-{flags}` verb lets you change the state the same way you do it at start, eg `:-sd` to show sizes and dates
- calling `:focus` on the tree root now goes up the tree (experimental)
diff --git a/Cargo.lock b/Cargo.lock
index 5ac0ee7..1783db1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -217,7 +217,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "broot"
-version = "1.37.0"
+version = "1.38.0"
dependencies = [
"ahash 0.8.11",
"ansi_colours",
diff --git a/Cargo.toml b/Cargo.toml
index 5e974ee..936db4e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.37.0"
+version = "1.38.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"