Skip to content

Commit ad1518d

Browse files
Release v1.30.0 (#2808)
Release prepared for 1.30.0 Reminder: Verify the changelog Co-authored-by: doriable <doriable@users.noreply.github.com>
1 parent fa6f9de commit ad1518d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v1.30.0] - 2024-03-07
44

55
- Update `buf generate` so it populates the recently-added
66
[`source_file_descriptors`](https://github.com/protocolbuffers/protobuf/blob/v24.0/src/google/protobuf/compiler/plugin.proto#L96-L99)
@@ -1015,7 +1015,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
10151015

10161016
Initial beta release.
10171017

1018-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.29.0...HEAD
1018+
[v1.30.0]: https://github.com/bufbuild/buf/compare/v1.29.0...v1.30.0
10191019
[v1.29.0]: https://github.com/bufbuild/buf/compare/v1.28.1...v1.29.0
10201020
[v1.28.1]: https://github.com/bufbuild/buf/compare/v1.28.0...v1.28.1
10211021
[v1.28.0]: https://github.com/bufbuild/buf/compare/v1.27.2...v1.28.0

private/buf/bufcli/bufcli.go

Lines changed: 1 addition & 1 deletion
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.29.1-dev"
68+
Version = "1.30.0"
6969

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

0 commit comments

Comments
 (0)