diff --git a/CHANGELOG.md b/CHANGELOG.md index cde2c29..4cfd1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index cd9f42a..f14a0ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "fd-find" -version = "8.5.2" +version = "8.5.3" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5ae8e9b..cda9e75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/README.md b/README.md index 1bfbed5..72cc3a8 100644 --- a/README.md +++ b/README.md @@ -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