diff --git a/CHANGELOG.md b/CHANGELOG.md index c35c4b1..89ff839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ ## Features + +## Bugfixes + + +## Changes + + +## Other + + + +# v8.4.0 + +## Features + - Support multiple `--exec ` instances, see #406 and #960 (@tmccombs) ## Bugfixes diff --git a/Cargo.lock b/Cargo.lock index 339611f..3587c77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,7 +178,7 @@ dependencies = [ [[package]] name = "fd-find" -version = "8.3.2" +version = "8.4.0" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7f94821..3d84762 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.3.2" +version = "8.4.0" edition= "2021" [badges.appveyor] diff --git a/README.md b/README.md index 7267bfc..2c89497 100644 --- a/README.md +++ b/README.md @@ -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.2_amd64.deb # adapt version number and architecture +sudo dpkg -i fd_8.4.0_amd64.deb # adapt version number and architecture ``` ### On Debian