ripgrep v12.1.1 Release Notes

Release Date: 2020-05-29 // almost 4 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.
    0๏ธโƒฃ 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.