summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2023-02-24 00:14:46 -0700
committerThayne McCombs <astrothayne@gmail.com>2023-02-24 00:14:46 -0700
commit840a565d3aadbeb303b10a01c0aa3561924dfc46 (patch)
tree70ebc423f711f2e0a1e196e4507e150bdb24149d
parent3cf5ac0b9a939dd7e8568f937fc26163fcc5f75b (diff)
Updates for 8.7.0v8.7.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md8
4 files changed, 7 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3bef47..da9c6e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming release
+# v8.7.0
## Features
diff --git a/Cargo.lock b/Cargo.lock
index 4755b3f..e58c4e1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -305,7 +305,7 @@ dependencies = [
[[package]]
name = "fd-find"
-version = "8.6.0"
+version = "8.7.0"
dependencies = [
"anyhow",
"argmax",
diff --git a/Cargo.toml b/Cargo.toml
index 9ac2052..e69fe2a 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.6.0"
+version = "8.7.0"
edition= "2021"
rust-version = "1.64.0"
diff --git a/README.md b/README.md
index 5383174..82d0cd8 100644
--- a/README.md
+++ b/README.md
@@ -324,8 +324,8 @@ Options:
-X, --exec-batch <cmd>... Execute a command with all search results at once
-c, --color <when> When to use colors [default: auto] [possible values: auto,
always, never]
- -h, --help Print help information (use `--help` for more detail)
- -V, --version Print version information
+ -h, --help Print help (see more with '--help')
+ -V, --version Print version
```
## Benchmark
@@ -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.6.0_amd64.deb # adapt version number and architecture
+sudo dpkg -i fd_8.7.0_amd64.deb # adapt version number and architecture
```
### On Debian
@@ -679,7 +679,7 @@ With Rust's package manager [cargo](https://github.com/rust-lang/cargo), you can
```
cargo install fd-find
```
-Note that rust version *1.60.0* or later is required.
+Note that rust version *1.64.0* or later is required.
`make` is also needed for the build.