Skip to content

Commit c3d05c2

Browse files
Release v1.29.0 (#2731)
Release prepared for 1.29.0 Reminder: Verify the changelog Co-authored-by: emcfarlane <[email protected]>
1 parent 4b8e791 commit c3d05c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v1.29.0] - 2024-01-24
44

55
- Add support for `yaml` format. All commands that take image inputs, output images,
66
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
10021002

10031003
Initial beta release.
10041004

1005-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.28.1...HEAD
1005+
[v1.29.0]: https://github.com/bufbuild/buf/compare/v1.28.1...v1.29.0
10061006
[v1.28.1]: https://github.com/bufbuild/buf/compare/v1.28.0...v1.28.1
10071007
[v1.28.0]: https://github.com/bufbuild/buf/compare/v1.27.2...v1.28.0
10081008
[v1.27.2]: https://github.com/bufbuild/buf/compare/v1.27.1...v1.27.2

private/buf/bufcli/bufcli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import (
6565

6666
const (
6767
// Version is the CLI version of buf.
68-
Version = "1.28.2-dev"
68+
Version = "1.29.0"
6969

7070
inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME"
7171
inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"

0 commit comments

Comments
 (0)