Skip to content

Commit

Permalink
Merge pull request #1554 from tmccombs/release-10.1.0
Browse files Browse the repository at this point in the history
Prepare for 10.1.0 release
  • Loading branch information
tmccombs committed May 8, 2024
2 parents ea22cbd + d90ec17 commit 36163f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Upcoming release
# 10.1.0

## Features

- Allow passing an optional argument to `--strip-cwd-prefix` of "always", "never", or "auto". to force whether the cwd prefix is stripped or not.
- 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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 36163f9

Please sign in to comment.