Skip to content

Commit c9863a6

Browse files
Release v1.31.0 (#2908)
Release prepared for 1.31.0 Reminder: Verify the changelog --------- Co-authored-by: doriable <[email protected]> Co-authored-by: Doria Keung <[email protected]>
1 parent 00dfa3d commit c9863a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

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

3-
## [Unreleased]
3+
## [v1.31.0] - 2024-04-23
44

5-
- No changes yet.
5+
- Update dependencies.
66

77
## [v1.30.1] - 2024-04-03
88

@@ -1024,7 +1024,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
10241024

10251025
Initial beta release.
10261026

1027-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.30.1...HEAD
1027+
[v1.31.0]: https://github.com/bufbuild/buf/compare/v1.30.1...v1.31.0
10281028
[v1.30.1]: https://github.com/bufbuild/buf/compare/v1.30.0...v1.30.1
10291029
[v1.30.0]: https://github.com/bufbuild/buf/compare/v1.29.0...v1.30.0
10301030
[v1.29.0]: https://github.com/bufbuild/buf/compare/v1.28.1...v1.29.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.30.2-dev"
68+
Version = "1.31.0"
6969

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

0 commit comments

Comments
 (0)