chore(release): Prepare for 10.4.0

This commit is contained in:
Thayne McCombs
2026-02-27 00:22:28 -07:00
parent a07ad51751
commit 801ccd7620
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Upcoming release
# 10.4.0
## Features
- Add `--ignore-contain` option to ignore directories containing a named entry (e.g. to ignore [`CACHEDIR.TAG`](https://bford.info/cachedir/)); see #1727 (@fischman).
Generated
+1 -1
View File
@@ -289,7 +289,7 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
[[package]]
name = "fd-find"
version = "10.3.0"
version = "10.4.0"
dependencies = [
"aho-corasick",
"anyhow",
+1 -1
View File
@@ -16,7 +16,7 @@ license = "MIT OR Apache-2.0"
name = "fd-find"
readme = "README.md"
repository = "https://github.com/sharkdp/fd"
version = "10.3.0"
version = "10.4.0"
edition= "2024"
rust-version = "1.90.0"
+2 -2
View File
@@ -311,7 +311,7 @@ This is the output of `fd -h`. To see the full set of command-line options, use
also includes a much more detailed help text.
```
Usage: fd [OPTIONS] [pattern [path...]]
Usage: fd [OPTIONS] [pattern [path]...]
Arguments:
[pattern] the search pattern (a regular expression, unless '--glob' is used; optional)
@@ -344,7 +344,7 @@ Options:
always, never]
--hyperlink[=<when>] Add hyperlinks to output paths [default: never] [possible
values: auto, always, never]
-C, --base-directory <path> Change the search path to <path>
--ignore-contain <name> Ignore directories containing the named entry
-h, --help Print help (see more with '--help')
-V, --version Print version
```