diff --git a/CHANGELOG.md b/CHANGELOG.md index 3727a636..8a7af0d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +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 diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md index 045fa449..255708f3 100644 --- a/RELEASE-CHECKLIST.md +++ b/RELEASE-CHECKLIST.md @@ -38,6 +38,12 @@ Release Checklist * Run `ci/sha256-releases {VERSION} >> pkg/brew/ripgrep-bin.rb`. Then edit `pkg/brew/ripgrep-bin.rb` to update the version number and sha256 hashes. Remove extraneous stuff added by `ci/sha256-releases`. Commit changes. +* Add TBD section to the top of the CHANGELOG: + ``` + TBD + === + Unreleased changes. Release notes have not yet been written. + ``` Note that [`cargo-up` can be found in BurntSushi's dotfiles](https://github.com/BurntSushi/dotfiles/blob/master/bin/cargo-up).