Skip to content

Commit

Permalink
Merge pull request #1548 from tmccombs/release-9.1.0
Browse files Browse the repository at this point in the history
Release 10.0.0
  • Loading branch information
tmccombs committed May 6, 2024
2 parents cd96ca0 + 92fab6e commit 8acd772
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 71 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
@@ -1,4 +1,4 @@
# Upcoming release
# v10.0.0

## Features

Expand All @@ -14,14 +14,13 @@
- Respect NO_COLOR environment variable with `--list-details` option. (#1455)
- Fix bug that would cause hidden files to be included despite gitignore rules
if search path is "." (#1461, BurntSushi/ripgrep#2711).
- aarch64 builds now use 64k page sizes with jemalloc. This fixes issues on some systems, such as ARM Macs that
have a larger system page size than the system that the binary was built on. (#1547)
- Address [CVE-2024-24576](https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html), by increasing minimum rust version.


## Changes


## Other


- Minimum supported rust version is now 1.77.2


# v9.0.0
Expand Down
134 changes: 74 additions & 60 deletions 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
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 = "9.0.0"
version = "10.0.0"
edition= "2021"
rust-version = "1.77.2"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -333,8 +333,8 @@ Options:
-d, --max-depth <depth> Set maximum search depth (default: none)
-E, --exclude <pattern> Exclude entries that match the given glob pattern
-t, --type <filetype> Filter by type: file (f), directory (d/dir), symlink (l),
executable (x), empty (e), socket (s), pipe (p),
block-device (b), char-device (c)
executable (x), empty (e), socket (s), pipe (p), char-device
(c), block-device (b)
-e, --extension <ext> Filter by file extension
-S, --size <size> Limit results based on the size of files
--changed-within <date|dur> Filter by file modification time (newer than)
Expand Down

0 comments on commit 8acd772

Please sign in to comment.