diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ecf584b8..508785c9dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [Unreleased] + +- No changes yet. + ## [v1.30.0] - 2024-03-07 - Update `buf generate` so it populates the recently-added @@ -1015,6 +1019,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. +[Unreleased]: https://github.com/bufbuild/buf/compare/v1.30.0...HEAD [v1.30.0]: https://github.com/bufbuild/buf/compare/v1.29.0...v1.30.0 [v1.29.0]: https://github.com/bufbuild/buf/compare/v1.28.1...v1.29.0 [v1.28.1]: https://github.com/bufbuild/buf/compare/v1.28.0...v1.28.1 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 454fb1ecee..dc4afa6154 100644 --- a/private/buf/bufcli/bufcli.go +++ b/private/buf/bufcli/bufcli.go @@ -65,7 +65,7 @@ import ( const ( // Version is the CLI version of buf. - Version = "1.30.0" + Version = "1.30.1-dev" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"