Skip to content

Commit c60d007

Browse files
authored
Merge pull request #1893 from tmccombs/release-10.4.0
chore(release): Prepare for 10.4.0
2 parents a07ad51 + 801ccd7 commit c60d007

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upcoming release
1+
# 10.4.0
22

33
## Features
44
- Add `--ignore-contain` option to ignore directories containing a named entry (e.g. to ignore [`CACHEDIR.TAG`](https://bford.info/cachedir/)); see #1727 (@fischman).

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "MIT OR Apache-2.0"
1616
name = "fd-find"
1717
readme = "README.md"
1818
repository = "https://github.com/sharkdp/fd"
19-
version = "10.3.0"
19+
version = "10.4.0"
2020
edition= "2024"
2121
rust-version = "1.90.0"
2222

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ This is the output of `fd -h`. To see the full set of command-line options, use
311311
also includes a much more detailed help text.
312312

313313
```
314-
Usage: fd [OPTIONS] [pattern [path...]]
314+
Usage: fd [OPTIONS] [pattern [path]...]
315315
316316
Arguments:
317317
[pattern] the search pattern (a regular expression, unless '--glob' is used; optional)
@@ -344,7 +344,7 @@ Options:
344344
always, never]
345345
--hyperlink[=<when>] Add hyperlinks to output paths [default: never] [possible
346346
values: auto, always, never]
347-
-C, --base-directory <path> Change the search path to <path>
347+
--ignore-contain <name> Ignore directories containing the named entry
348348
-h, --help Print help (see more with '--help')
349349
-V, --version Print version
350350
```

0 commit comments

Comments
 (0)