diff options
author | Canop <cano.petrole@gmail.com> | 2024-09-07 12:06:27 +0200 |
---|---|---|
committer | Canop <cano.petrole@gmail.com> | 2024-09-07 12:06:27 +0200 |
commit | 2082bb57ece9eb09e60cab489a8c8dfc18891024 (patch) | |
tree | ae99c1e3322b7a7c17683e7ec0160af09d42f815 | |
parent | 1f77962e6ff3d09a62c28008e4dadc0ac8dc51b3 (diff) |
version 1.44.0v1.44.0
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b453507..cb82fde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -### next +### v1.44.0 - 2024-09-07 +<a name="v1.44.0"></a> - `:focus_staging_area_no_open` internal, focus the staging area if it's already open, does nothing in other case - Fix #926 - fix some composite patterns with several operators and no parenthesis @@ -216,7 +216,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" [[package]] name = "broot" -version = "1.43.1-dev" +version = "1.44.0" dependencies = [ "ansi_colours", "base64 0.21.7", @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.43.1-dev" +version = "1.44.0" authors = ["dystroy <denys.seguret@gmail.com>"] repository = "https://github.com/Canop/broot" homepage = "https://dystroy.org/broot" |