From 5a565354f8b41ba5fad0a509a0c0078c12e17fe5 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 14 Apr 2019 11:53:03 -0400 Subject: versioning: next version will be ripgrep 11 This sets up the release announcement and briefly describes the versioning change. The actual version change itself won't happen until the release. Closes #1172 --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac884f3a..9b7f609d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ -0.11.0 (TBD) +11.0.0 (TBD) ============ -TODO. +ripgrep 11 is a new major version release of ripgrep that contains many bug +fixes, some performance improvements and a few feature enhancements. Notably, +ripgrep's user experience for binary file filtering has been improved. See the +[guide's new section on binary data](GUIDE.md#binary-data) for more details. + +This release also marks a change in ripgrep's versioning. Where as the previous +version was `0.10.0`, this version is `11.0.0`. Moving forward, ripgrep's +major version will be increased a few times per year. ripgrep will continue to +be conservative with respect to backwards compatibility, but may occasionally +introduce breaking changes, which will always be documented in this CHANGELOG. +See [issue 1172](https://github.com/BurntSushi/ripgrep/issues/1172) for a bit +more detail on why this versioning change was made. **BREAKING CHANGES**: -- cgit v1.2.3