1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-29 22:01:04 +02:00

changelog: 12.1.1

This commit is contained in:
Andrew Gallant 2020-05-29 09:26:33 -04:00
parent 0b965f900c
commit a73c0a21d9
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -1,6 +1,10 @@
TBD
===
Unreleased changes. Release notes have not yet been written.
12.1.1 (2020-05-29)
===================
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.
Bug fixes:
@ -8,6 +12,8 @@ Bug fixes:
Corrects some egregious markup output in `--help`.
* [BUG #1591](https://github.com/BurntSushi/ripgrep/issues/1591):
Mention the special `$0` capture group in docs for the `-r/--replace` flag.
* [BUG #1602](https://github.com/BurntSushi/ripgrep/issues/1602):
Fix failing test resulting from out-of-sync dependencies.
12.1.0 (2020-05-09)