diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a7deeaab6..fb9bdaccf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.30.1] - 2024-04-03 - Fix issue where `buf lint` incorrectly reports an error for `(buf.validate.field).repeated` is set for a repeated validation rule. @@ -1020,7 +1020,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.1]: https://github.com/bufbuild/buf/compare/v1.30.0...v1.30.1 [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 dc4afa6154..34c38a04c8 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.1-dev" + Version = "1.30.1" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"