summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2022-01-29 16:49:09 +0100
committerDavid Peter <mail@david-peter.de>2022-01-29 16:49:09 +0100
commitc48d02e0a9f50a7aeb8fa86b4b5f39588753ddab (patch)
tree71290bc3559ff2b58e7beabd649d7b9d44e04fe7
parentb3399c239bfc702915606c415b5ce9f755e9d437 (diff)
Bump version to v8.3.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
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