mirror of
https://github.com/sharkdp/fd.git
synced 2026-08-28 18:20:32 +08:00
chore(release): Prepare for 10.4.0
This commit is contained in:
+1
-1
@@ -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
@@ -289,7 +289,7 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
||||
|
||||
[[package]]
|
||||
name = "fd-find"
|
||||
version = "10.3.0"
|
||||
version = "10.4.0"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"anyhow",
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user