From c48d02e0a9f50a7aeb8fa86b4b5f39588753ddab Mon Sep 17 00:00:00 2001 From: David Peter Date: Sat, 29 Jan 2022 16:49:09 +0100 Subject: [PATCH] Bump version to v8.3.2 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f94d6a1..5ef3b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ ## Bugfixes -- Invalid absolute path on windows when searching from the drive root, see #931 and #936 (@gbarta) ## Changes @@ -16,6 +15,11 @@ ## Other +# v8.3.2 + +## Bugfixes + +- Invalid absolute path on windows when searching from the drive root, see #931 and #936 (@gbarta) # v8.3.1 diff --git a/Cargo.lock b/Cargo.lock index 94007af..cf60919 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "fd-find" -version = "8.3.1" +version = "8.3.2" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 420c6ea..81526e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT/Apache-2.0" name = "fd-find" readme = "README.md" repository = "https://github.com/sharkdp/fd" -version = "8.3.1" +version = "8.3.2" edition= "2018" [badges.appveyor] diff --git a/README.md b/README.md index fda727e..e11a7c8 100644 --- a/README.md +++ b/README.md @@ -535,7 +535,7 @@ Make sure that `$HOME/.local/bin` is in your `$PATH`. If you use an older version of Ubuntu, you can download the latest `.deb` package from the [release page](https://github.com/sharkdp/fd/releases) and install it via: ``` bash -sudo dpkg -i fd_8.3.1_amd64.deb # adapt version number and architecture +sudo dpkg -i fd_8.3.2_amd64.deb # adapt version number and architecture ``` ### On Debian