summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2024-05-08 00:36:34 -0600
committerGitHub <noreply@github.com>2024-05-08 00:36:34 -0600
commit36163f9c3a092f21711abb8d26f4d5c2dbb11a05 (patch)
tree1f3828d978a444714a7aa284a359745820240a89
parentea22cbd7127f01b8e01a6fb7ece786ea43a7b7f1 (diff)
parentd90ec1758e74a4f6a1f9dc9814a2db1f6859c92b (diff)
Merge pull request #1554 from tmccombs/release-10.1.0
Prepare for 10.1.0 release
-rw-r--r--CHANGELOG.md8
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 6 deletions
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"