diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a9ecdd3..4741fb65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -### next -- allow extra spaces before the verb +### v1.24.0 - 2023-07-16 + - installer for the powershell br script on windows - new `--help`, more compact +- allow extra spaces before the verb - updated man page, now distributed in releases as /man/broot.1 ### v1.23.0 - 2023-06-16 diff --git a/Cargo.lock b/Cargo.lock index 70dc0091..61af5963 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,7 +214,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" [[package]] name = "broot" -version = "1.23.1-dev" +version = "1.24.0" dependencies = [ "ahash 0.8.3", "ansi_colours", diff --git a/Cargo.toml b/Cargo.toml index 967f78a8..38a62a23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.23.1-dev" +version = "1.24.0" authors = ["dystroy "] repository = "https://github.com/Canop/broot" homepage = "https://dystroy.org/broot"