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.