diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e5aa8..4e5ac4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming release +# v8.6.0 ## Features diff --git a/Cargo.lock b/Cargo.lock index f3e58f4..ece3b17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,7 +305,7 @@ dependencies = [ [[package]] name = "fd-find" -version = "8.5.3" +version = "8.6.0" dependencies = [ "anyhow", "argmax", diff --git a/Cargo.toml b/Cargo.toml index 6d7e140..4940070 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.3" +version = "8.6.0" edition= "2021" [badges.appveyor] diff --git a/README.md b/README.md index 72cc3a8..db7a6e3 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.3_amd64.deb # adapt version number and architecture +sudo dpkg -i fd_8.6.0_amd64.deb # adapt version number and architecture ``` ### On Debian