summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2022-12-08 23:41:24 -0700
committerThayne McCombs <astrothayne@gmail.com>2022-12-08 23:41:24 -0700
commitd5bca085dd9f9091226bc01dc9b579979aad735f (patch)
treed442ea4c06b7b670bf7c6b71dbcab589890f6279
parent8ecfdfee434e95c3371a39ecd8b3a8f3be5a19cf (diff)
Updates for 8.6.0v8.6.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
4 files changed, 4 insertions, 4 deletions
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