Updates for 8.6.0

This commit is contained in:
Thayne McCombs 2022-12-08 23:41:24 -07:00
parent 8ecfdfee43
commit d5bca085dd
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Upcoming release
# v8.6.0
## Features

2
Cargo.lock generated
View File

@ -305,7 +305,7 @@ dependencies = [
[[package]]
name = "fd-find"
version = "8.5.3"
version = "8.6.0"
dependencies = [
"anyhow",
"argmax",

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.3"
version = "8.6.0"
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.3_amd64.deb # adapt version number and architecture
sudo dpkg -i fd_8.6.0_amd64.deb # adapt version number and architecture
```
### On Debian