summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2024-09-07 12:06:27 +0200
committerCanop <cano.petrole@gmail.com>2024-09-07 12:06:27 +0200
commit2082bb57ece9eb09e60cab489a8c8dfc18891024 (patch)
treeae99c1e3322b7a7c17683e7ec0160af09d42f815
parent1f77962e6ff3d09a62c28008e4dadc0ac8dc51b3 (diff)
version 1.44.0v1.44.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 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
diff --git a/Cargo.lock b/Cargo.lock
index 561a931..0153b7d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index 2ae6333..94fcdf1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"