diff --git a/CHANGELOG.md b/CHANGELOG.md index cfbc6ae9..4b7baed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ -### v1.13.2 - not yet released +### v1.13.2 - 2022-06-18 -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 diff --git a/Cargo.lock b/Cargo.lock index 80d0d75d..2d17da25 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 86094899..d7fe0639 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 "] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot"