Skip to content

14.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 02:45
· 54 commits to master since this release
14.0.2
6c7947b

Sponsorship is appreciated!

This is a patch release with a few small bug fixes.

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 #2654:
    Fix deb release sha256 sum file.
  • BUG #2658:
    Fix partial regression in the behavior of --null-data --line-regexp.
  • BUG #2659:
    Fix Fish shell completions.
  • BUG #2662:
    Fix typo in documentation for -i/--ignore-case.