mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
Bump version to v8.3.1
This commit is contained in:
parent
ccc6cc54b2
commit
72895675ef
4 changed files with 18 additions and 6 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -2,8 +2,23 @@
|
|||
|
||||
## Performance improvements
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
## Bugfixes
|
||||
|
||||
|
||||
## Changes
|
||||
|
||||
|
||||
## Other
|
||||
|
||||
|
||||
|
||||
|
||||
# v8.3.1
|
||||
|
||||
## Bugfixes
|
||||
|
||||
- Stop implying `--no-ignore-parent` when `--no-vcs-ignore` is supplied, see #907, #901, #908 (@tmccombs)
|
||||
|
@ -17,9 +32,6 @@
|
|||
- Updated man page, see #912 (@rlue)
|
||||
- Updated zsh completions, see #932 (@tmccombs)
|
||||
|
||||
## Other
|
||||
|
||||
|
||||
|
||||
# v8.3.0
|
||||
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -148,7 +148,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "fd-find"
|
||||
version = "8.3.0"
|
||||
version = "8.3.1"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"anyhow",
|
||||
|
|
|
@ -16,7 +16,7 @@ license = "MIT/Apache-2.0"
|
|||
name = "fd-find"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/sharkdp/fd"
|
||||
version = "8.3.0"
|
||||
version = "8.3.1"
|
||||
edition= "2018"
|
||||
|
||||
[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
|
||||
[release page](https://github.com/sharkdp/fd/releases) and install it via:
|
||||
``` bash
|
||||
sudo dpkg -i fd_8.3.0_amd64.deb # adapt version number and architecture
|
||||
sudo dpkg -i fd_8.3.1_amd64.deb # adapt version number and architecture
|
||||
```
|
||||
|
||||
### On Debian
|
||||
|
|
Loading…
Reference in a new issue