mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 17:35:16 +01:00
Updates for fd 8.5.3
This commit is contained in:
parent
45cb15d60f
commit
41d775bedd
4 changed files with 12 additions and 3 deletions
|
@ -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
|
# v8.5.2
|
||||||
|
|
||||||
## Bugfixes
|
## Bugfixes
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -308,7 +308,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fd-find"
|
name = "fd-find"
|
||||||
version = "8.5.2"
|
version = "8.5.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
|
@ -16,7 +16,7 @@ license = "MIT/Apache-2.0"
|
||||||
name = "fd-find"
|
name = "fd-find"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/sharkdp/fd"
|
repository = "https://github.com/sharkdp/fd"
|
||||||
version = "8.5.2"
|
version = "8.5.3"
|
||||||
edition= "2021"
|
edition= "2021"
|
||||||
|
|
||||||
[badges.appveyor]
|
[badges.appveyor]
|
||||||
|
|
|
@ -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
|
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:
|
[release page](https://github.com/sharkdp/fd/releases) and install it via:
|
||||||
``` bash
|
``` 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
|
### On Debian
|
||||||
|
|
Loading…
Reference in a new issue