summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2022-05-28 23:01:26 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2022-05-29 11:21:45 +0200
commit33beb7fc64def1a9b1656e903c7f5bc965fefa3e (patch)
treecb1319f322039d51935ca4ebaca7a4bf44f4c3ba
parent8b96a1e99cad6cd0e007088c41e04549405c6bcd (diff)
Bump version
-rw-r--r--CHANGELOG.md15
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
4 files changed, 18 insertions, 3 deletions
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 <cmd>` 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