Bump version

This commit is contained in:
David Peter 2022-05-28 23:01:26 +02:00 committed by David Peter
parent 8b96a1e99c
commit 33beb7fc64
4 changed files with 18 additions and 3 deletions

View File

@ -2,6 +2,21 @@
## Features
## Bugfixes
## Changes
## Other
# v8.4.0
## Features
- Support multiple `--exec <cmd>` instances, see #406 and #960 (@tmccombs)
## Bugfixes

2
Cargo.lock generated
View File

@ -178,7 +178,7 @@ dependencies = [
[[package]]
name = "fd-find"
version = "8.3.2"
version = "8.4.0"
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.3.2"
version = "8.4.0"
edition= "2021"
[badges.appveyor]

View File

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