Merge pull request #1174 from sharkdp/v8.5.3-bump

Updates for fd 8.5.3
This commit is contained in:
Thayne McCombs 2022-11-13 23:54:36 -07:00 committed by GitHub
commit f6e74407e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,12 @@
# Upcoming release
# v8.5.3
## Bugfixes
- Fix completion generation to not include full path of fd command
- Fix build error if completions feature is disabled
# v8.5.2
## Bugfixes

2
Cargo.lock generated
View File

@ -308,7 +308,7 @@ dependencies = [
[[package]]
name = "fd-find"
version = "8.5.2"
version = "8.5.3"
dependencies = [
"ansi_term",
"anyhow",

View File

@ -16,7 +16,7 @@ license = "MIT/Apache-2.0"
name = "fd-find"
readme = "README.md"
repository = "https://github.com/sharkdp/fd"
version = "8.5.2"
version = "8.5.3"
edition= "2021"
[badges.appveyor]

View File

@ -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.2_amd64.deb # adapt version number and architecture
sudo dpkg -i fd_8.5.3_amd64.deb # adapt version number and architecture
```
### On Debian