diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b9f967..34136f6 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 3b0ce51..8bcb55a 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 c15ba52..bdf5c21 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"