From 1a4fec8b4ac4fde8a4eb178518d70c48d08c568b Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 12 Jun 2021 08:11:51 -0400 Subject: [PATCH] changelog: final prep before ripgrep 13 release --- CHANGELOG.md | 12 +++++++----- 1 file 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.