Skip to content

Commit

Permalink
Prepare for 10.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed May 8, 2024
1 parent ea22cbd commit f74edae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.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 f74edae

Please sign in to comment.