Bump version to v8.3.2

This commit is contained in:
David Peter 2022-01-29 16:49:09 +01:00
parent b3399c239b
commit c48d02e0a9
4 changed files with 8 additions and 4 deletions

View File

@ -8,7 +8,6 @@
## Bugfixes
- Invalid absolute path on windows when searching from the drive root, see #931 and #936 (@gbarta)
## Changes
@ -16,6 +15,11 @@
## Other
# v8.3.2
## Bugfixes
- Invalid absolute path on windows when searching from the drive root, see #931 and #936 (@gbarta)
# v8.3.1

2
Cargo.lock generated
View File

@ -158,7 +158,7 @@ dependencies = [
[[package]]
name = "fd-find"
version = "8.3.1"
version = "8.3.2"
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.1"
version = "8.3.2"
edition= "2018"
[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.1_amd64.deb # adapt version number and architecture
sudo dpkg -i fd_8.3.2_amd64.deb # adapt version number and architecture
```
### On Debian