summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2022-11-13 22:57:26 -0700
committerThayne McCombs <astrothayne@gmail.com>2022-11-13 23:23:04 -0700
commit41d775beddb528b7722896874f6b90ef87ff765b (patch)
tree7f8b5c467d175155df12a776e709a14e80bbae8d
parent45cb15d60f2d152249c12f5b2f07b500d8210103 (diff)
Updates for fd 8.5.3
-rw-r--r--CHANGELOG.md9
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
4 files changed, 12 insertions, 3 deletions
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