mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 18:00:35 +01:00
Bump version to v8.3.2
This commit is contained in:
parent
b3399c239b
commit
c48d02e0a9
4 changed files with 8 additions and 4 deletions
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
## Bugfixes
|
## Bugfixes
|
||||||
|
|
||||||
- Invalid absolute path on windows when searching from the drive root, see #931 and #936 (@gbarta)
|
|
||||||
|
|
||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
|
@ -16,6 +15,11 @@
|
||||||
## Other
|
## Other
|
||||||
|
|
||||||
|
|
||||||
|
# v8.3.2
|
||||||
|
|
||||||
|
## Bugfixes
|
||||||
|
|
||||||
|
- Invalid absolute path on windows when searching from the drive root, see #931 and #936 (@gbarta)
|
||||||
|
|
||||||
|
|
||||||
# v8.3.1
|
# v8.3.1
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -158,7 +158,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fd-find"
|
name = "fd-find"
|
||||||
version = "8.3.1"
|
version = "8.3.2"
|
||||||
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.3.1"
|
version = "8.3.2"
|
||||||
edition= "2018"
|
edition= "2018"
|
||||||
|
|
||||||
[badges.appveyor]
|
[badges.appveyor]
|
||||||
|
|
|
@ -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
|
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.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
|
### On Debian
|
||||||
|
|
Loading…
Reference in a new issue