summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-06-18 15:18:52 +0200
committerCanop <cano.petrole@gmail.com>2022-06-18 15:18:52 +0200
commit0a34abdf7e1fa4aaaf2da641b3083dd0b015f2da (patch)
treedf2744471aa569c85ec83f200a55a28dac14f2e9
parent1364d316dad0d67f83877639ddea5364eb8f54da (diff)
version 1.13.2v1.13.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfbc6ae..4b7baed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,12 @@
-### v1.13.2 - not yet released
+### v1.13.2 - 2022-06-18
<a name="v1.13.2"></a>
-This version doesn't include an Android build - see https://github.com/Canop/broot/issues/565
- advice to hit alt-i and|or alt-h when no file is visible - Fix #556
- examples on search modes in help screen - Fix #559
- list of syntactic themes in default conf
- the --file-export-path launch argument which was deprecated since broot 1.6 has been removed (redirect the output of broot instead)
- better built-in verbs for Windows - Thanks @Spacelord-XaN
-- take the .git/info/exclude file into account for ignoring
+- take the .git/info/exclude file into account for ignoring - Thanks @refi64
+The released archive doesn't include an Android build - see https://github.com/Canop/broot/issues/565
### v1.13.1 - 2022-05-30
<a name="v1.13.1"></a>
diff --git a/Cargo.lock b/Cargo.lock
index 80d0d75..2d17da2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -137,7 +137,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "broot"
-version = "1.13.2-dev"
+version = "1.13.2"
dependencies = [
"ahash 0.7.6",
"ansi_colours",
diff --git a/Cargo.toml b/Cargo.toml
index 8609489..d7fe063 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.13.2-dev"
+version = "1.13.2"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"