From 100de927b467bba0760805ecfb790582ed9ff00a Mon Sep 17 00:00:00 2001 From: Canop Date: Sat, 4 May 2024 20:44:42 +0200 Subject: [PATCH] version 1.38.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 a312eee3..58005db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -### next +### v1.38.0 - 2024-05-04 + - `-{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 5ac0ee70..1783db1e 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 5e974eed..936db4ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.37.0" +version = "1.38.0" authors = ["dystroy "] repository = "https://github.com/Canop/broot" homepage = "https://dystroy.org/broot"