summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2022-11-02 13:39:03 +0100
committerDavid Peter <mail@david-peter.de>2022-11-02 13:46:20 +0100
commit527fe9e262051e9e57b41b1aa22bee5fff3ea362 (patch)
treeac56f9bf12dbf87de4b4f2152183c8d3099939d2
parent0a7b51ad4217fe40d5e6496a99ad54a9bd7b40cf (diff)
Updates for fd 8.5.1v8.5.1
-rw-r--r--CHANGELOG.md12
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
4 files changed, 5 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 336086e..3dbed3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,8 @@
-# Upcoming release
-
-## Features
-
+# v8.5.1
## Bugfixes
-
-## Changes
-
-
-## Other
-
+- Fix --threads/-j option value parsing, see #1160 and #1162 (@sharkdp)
# v8.5.0
diff --git a/Cargo.lock b/Cargo.lock
index 261e2f1..9535257 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -308,7 +308,7 @@ dependencies = [
[[package]]
name = "fd-find"
-version = "8.5.0"
+version = "8.5.1"
dependencies = [
"ansi_term",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 6e88966..4bb84a5 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.5.0"
+version = "8.5.1"
edition= "2021"
[badges.appveyor]
diff --git a/README.md b/README.md
index d73f10b..d8e3dd7 100644
--- a/README.md
+++ b/README.md
@@ -540,7 +540,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.5.0_amd64.deb # adapt version number and architecture
+sudo dpkg -i fd_8.5.1_amd64.deb # adapt version number and architecture
```
### On Debian