Skip to content

Commit d5bca08

Browse files
committed
Updates for 8.6.0
1 parent 8ecfdfe commit d5bca08

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upcoming release
1+
# v8.6.0
22

33
## Features
44

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "MIT/Apache-2.0"
1616
name = "fd-find"
1717
readme = "README.md"
1818
repository = "https://github.com/sharkdp/fd"
19-
version = "8.5.3"
19+
version = "8.6.0"
2020
edition= "2021"
2121

2222
[badges.appveyor]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ Make sure that `$HOME/.local/bin` is in your `$PATH`.
540540
If you use an older version of Ubuntu, you can download the latest `.deb` package from the
541541
[release page](https://github.com/sharkdp/fd/releases) and install it via:
542542
``` bash
543-
sudo dpkg -i fd_8.5.3_amd64.deb # adapt version number and architecture
543+
sudo dpkg -i fd_8.6.0_amd64.deb # adapt version number and architecture
544544
```
545545

546546
### On Debian

0 commit comments

Comments
 (0)