Skip to content

Commit e4741c0

Browse files
committed
Merge remote-tracking branch 'origin/master' into feature-yaml
2 parents 49654f4 + cd95cfc commit e4741c0

File tree

3 files changed

+18
-24
lines changed

3 files changed

+18
-24
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
- `--print0` combined with `--exec` will now print a `\0` between the output of each entry. Note that if there are multiple instances
1010
of `--exec`, the `\0` will be between each _set_ of commands, _not_ between each individual command run. Fixes #1797.
1111

12+
- Several bugs were fixed by an update to the `ignore` library used for handling ignore rules
13+
- #1506
14+
- #1667
15+
- #1813
1216

1317
## Changes
1418

Cargo.lock

Lines changed: 11 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ regex-syntax = "0.8"
3434
ctrlc = "3.4"
3535
globset = "0.4"
3636
anyhow = "1.0"
37-
etcetera = "0.10"
37+
etcetera = "0.11"
3838
normpath = "1.1.1"
3939
crossbeam-channel = "0.5.15"
40-
clap_complete = { version = "4.5.58", optional = true }
40+
clap_complete = { version = "4.5.60", optional = true }
4141
faccess = "0.2.4"
4242
jiff = "0.2.14"
4343
base64 = "0.22.1"
4444

4545
[dependencies.clap]
46-
version = "4.5.48"
46+
version = "4.5.51"
4747
features = ["suggestions", "color", "wrap_help", "cargo", "derive"]
4848

4949
[dependencies.lscolors]

0 commit comments

Comments
 (0)