Prepare 8.1.0 release

This commit is contained in:
sharkdp 2020-05-19 17:58:07 +02:00
parent 27162c2729
commit a954944d69
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -167,7 +167,7 @@ dependencies = [
[[package]]
name = "fd-find"
version = "8.0.0"
version = "8.1.0"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",

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.0.0"
version = "8.1.0"
edition= "2018"
[badges.appveyor]

View File

@ -152,7 +152,7 @@ use `fd` in the same way as in this documentation.
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.0.0_amd64.deb # adapt version number and architecture
sudo dpkg -i fd_8.1.0_amd64.deb # adapt version number and architecture
```
### On Debian