summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-29 09:26:33 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-29 09:26:33 -0400
commita73c0a21d9070a2b5f88f06b5b3e1ef36eed9122 (patch)
treef475b8b1d7ea01f5d82b79a19a837d026b7cbbd3
parent0b965f900cdb23cbb1324685834d8fa1184d0a7b (diff)
changelog: 12.1.1
-rw-r--r--CHANGELOG.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30651388..3727a636 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)