github BurntSushi/ripgrep 12.1.1

latest releases: 14.1.0, ignore-0.4.22, 14.0.3...
3 years ago

ripgrep 12.1.1 is a patch release that fixes a couple small bugs. In
particular, the ripgrep 12.1.0 release did not tag new releases for all of its
in-tree dependencies. As a result, ripgrep built dependencies from crates.io
would produce a different build than compiling ripgrep from source on the
12.1.0 tag. Namely, some crates like grep-cli had unreleased changes.

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

Bug fixes:

  • BUG #1581:
    Corrects some egregious markup output in --help.
  • BUG #1591:
    Mention the special $0 capture group in docs for the -r/--replace flag.
  • BUG #1602:
    Fix failing test resulting from out-of-sync dependencies.

Don't miss a new ripgrep release

NewReleases is sending notifications on new releases.