1
0
mirror of https://github.com/sharkdp/fd synced 2024-06-29 06:14:26 +00:00

Prepare for 10.1.0 release

This commit is contained in:
Thayne McCombs 2024-05-07 23:31:03 -06:00
parent ea22cbd712
commit d90ec1758e
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# Upcoming release # 10.1.0
## Features ## Features
@ -6,13 +6,13 @@
- Add a `--format` option which allows using a format template for direct ouput similar to the template used for `--exec`. (#1043) - Add a `--format` option which allows using a format template for direct ouput similar to the template used for `--exec`. (#1043)
## Bugfixes ## Bugfixes
- Fix aarch64 page size again. This time it should actually work. (#1085, #1549) (@tavianator)
## Changes
## Other ## Other
- aarch64-apple-darwin target added to builds on the release page. Note that this is a tier 2 rust target.
# v10.0.0 # v10.0.0
## Features ## Features

2
Cargo.lock generated
View File

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

View File

@ -16,7 +16,7 @@ license = "MIT OR Apache-2.0"
name = "fd-find" name = "fd-find"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sharkdp/fd" repository = "https://github.com/sharkdp/fd"
version = "10.0.0" version = "10.1.0"
edition= "2021" edition= "2021"
rust-version = "1.77.2" rust-version = "1.77.2"