Skip to content

Commit

Permalink
Merge pull request #1174 from sharkdp/v8.5.3-bump
Browse files Browse the repository at this point in the history
Updates for fd 8.5.3
  • Loading branch information
tmccombs authored Nov 14, 2022
2 parents 45cb15d + 41d775b commit f6e7440
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Upcoming release

# v8.5.3

## Bugfixes

- Fix completion generation to not include full path of fd command
- Fix build error if completions feature is disabled

# v8.5.2

## Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "MIT/Apache-2.0"
name = "fd-find"
readme = "README.md"
repository = "https://github.com/sharkdp/fd"
version = "8.5.2"
version = "8.5.3"
edition= "2021"

[badges.appveyor]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,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.5.2_amd64.deb # adapt version number and architecture
sudo dpkg -i fd_8.5.3_amd64.deb # adapt version number and architecture
```

### On Debian
Expand Down

0 comments on commit f6e7440

Please sign in to comment.