summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:11:51 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:11:51 -0400
commit1a4fec8b4ac4fde8a4eb178518d70c48d08c568b (patch)
tree115ad042dd3f090427bc48af4d4691aa5f837d27
parentc8d8ab8ded2ea426b6f8208f59c615a2d35eb020 (diff)
changelog: final prep before ripgrep 13 release
-rw-r--r--CHANGELOG.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc79d04f..1d02996f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,11 @@
-TBD
-===
+13.0.0 (2021-06-12)
+===================
ripgrep 13 is a new major version release of ripgrep that primarily contains
-bug fixes. There is also a fix for a security vulnerability on Windows
-([CVE-2021-3013](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3013)),
-some performance improvements and some minor breaking changes.
+bug fixes, some performance improvements and a few minor breaking changes.
+There is also a fix for a security vulnerability on Windows
+([CVE-2021-3013](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3013)).
+
+Some highlights:
A new short flag, `-.`, has been added. It is an alias for the `--hidden` flag,
which instructs ripgrep to search hidden files and directories.