Prepare for 10.2.0 release

This commit is contained in:
Thayne McCombs 2024-08-18 22:55:28 -06:00
parent 9cf415ccc7
commit 1ce6906808
4 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# Upcoming release
# 10.2.0
## Features
@ -10,6 +10,9 @@
## Changes
- Build windows releases with rust 1.77 so windows 7 is still supported
- Deb packages now include symlink for fdfind to be more consistent with official packages
## Other

2
Cargo.lock generated
View file

@ -314,7 +314,7 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
[[package]]
name = "fd-find"
version = "10.1.0"
version = "10.2.0"
dependencies = [
"aho-corasick",
"anyhow",

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.1.0"
version = "10.2.0"
edition= "2021"
rust-version = "1.77.2"

View file

@ -329,6 +329,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]
--hyperlink[=<when>] Add hyperlinks to output paths [default: never] [possible
values: auto, always, never]
-h, --help Print help (see more with '--help')
-V, --version Print version
```