diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e43868166..9d9765084d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.29.0] - 2024-01-24 - Add support for `yaml` format. All commands that take image inputs, output images, or convert between message formats, now take `yaml` as a format, in addition to @@ -1002,7 +1002,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.28.1...HEAD +[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 [v1.28.0]: https://github.com/bufbuild/buf/compare/v1.27.2...v1.28.0 [v1.27.2]: https://github.com/bufbuild/buf/compare/v1.27.1...v1.27.2 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 28e6450b8b..bfefdd9aa6 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.28.2-dev" + Version = "1.29.0" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"