Skip to content

15.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Oct 13:00
· 4 commits to master since this release
15.1.0
af60c2d

Sponsorship is appreciated!

This is a small release that fixes a bug with how ripgrep handles line
buffering. This might manifest as ripgrep printing output later than you
expect or not working correctly with tail -f (even if you're using the
--line-buffered flag).

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 #3194:
    Fix a regression with --line-buffered introduced in ripgrep 15.0.0.

Feature enhancements: