Skip to content

Commit a73c0a2

Browse files
committed
changelog: 12.1.1
1 parent 0b965f9 commit a73c0a2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
TBD
2-
===
3-
Unreleased changes. Release notes have not yet been written.
1+
12.1.1 (2020-05-29)
2+
===================
3+
ripgrep 12.1.1 is a patch release that fixes a couple small bugs. In
4+
particular, the ripgrep 12.1.0 release did not tag new releases for all of its
5+
in-tree dependencies. As a result, ripgrep built dependencies from crates.io
6+
would produce a different build than compiling ripgrep from source on the
7+
`12.1.0` tag. Namely, some crates like `grep-cli` had unreleased changes.
48

59
Bug fixes:
610

711
* [BUG #1581](https://github.com/BurntSushi/ripgrep/issues/1581):
812
Corrects some egregious markup output in `--help`.
913
* [BUG #1591](https://github.com/BurntSushi/ripgrep/issues/1591):
1014
Mention the special `$0` capture group in docs for the `-r/--replace` flag.
15+
* [BUG #1602](https://github.com/BurntSushi/ripgrep/issues/1602):
16+
Fix failing test resulting from out-of-sync dependencies.
1117

1218

1319
12.1.0 (2020-05-09)

0 commit comments

Comments
 (0)