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
@ -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)
## Bugfixes
## Changes
- Fix aarch64 page size again. This time it should actually work. (#1085, #1549) (@tavianator)
## Other
- aarch64-apple-darwin target added to builds on the release page. Note that this is a tier 2 rust target.
# v10.0.0
## Features

2
Cargo.lock generated
View File

@ -308,7 +308,7 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
[[package]]
name = "fd-find"
version = "10.0.0"
version = "10.1.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.0.0"
version = "10.1.0"
edition= "2021"
rust-version = "1.77.2"