Skip to content

14.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 19:41
· 20 commits to master since this release
14.1.0
e50df40

Sponsorship is appreciated!

This is a minor release with a few small new features and bug fixes. This
release contains a bug fix for unbounded memory growth while walking a
directory tree. This release also includes improvements to the completions for
the fish shell, and release binaries for several additional ARM targets.

In case you haven't heard of it before, ripgrep is a line-oriented search
tool that recursively searches the current directory for a regex pattern.
By default, ripgrep will respect gitignore rules and automatically skip
hidden files/directories and binary files.

Bug fixes:

  • BUG #2664:
    Fix unbounded memory growth in the ignore crate.

Feature enhancements:

  • Added or improved file type filtering for Lean and Meson.
  • FEATURE #2684:
    Improve completions for the fish shell.
  • FEATURE #2702:
    Add release binaries for armv7-unknown-linux-gnueabihf,
    armv7-unknown-linux-musleabihf and armv7-unknown-linux-musleabi.