From d90ec1758e74a4f6a1f9dc9814a2db1f6859c92b Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Tue, 7 May 2024 23:31:03 -0600 Subject: [PATCH] Prepare for 10.1.0 release --- CHANGELOG.md | 8 ++++---- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b9f967fc..34136f63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 3b0ce51c6..8bcb55a2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,7 +308,7 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "fd-find" -version = "10.0.0" +version = "10.1.0" dependencies = [ "aho-corasick", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c15ba52c7..bdf5c2157 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"