Skip to content

Commit 893a9b7

Browse files
Release v1.26.0 (#2358)
Release prepared for 1.26.0 Reminder: Update the changelog --------- Co-authored-by: unmultimedio <[email protected]> Co-authored-by: Julian Figueroa <[email protected]>
1 parent af32dec commit 893a9b7

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.26.0] - 2023-08-09
44

55
- Add support for the `--http2-prior-knowledge` flag when running `buf curl`
66
against secure "https" URLs. This can be used with gRPC servers, that only
@@ -943,7 +943,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
943943

944944
Initial beta release.
945945

946-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.25.1...HEAD
946+
[v1.26.0]: https://github.com/bufbuild/buf/compare/v1.25.1...v1.26.0
947947
[v1.25.1]: https://github.com/bufbuild/buf/compare/v1.25.0...v1.25.1
948948
[v1.25.0]: https://github.com/bufbuild/buf/compare/v1.24.0...v1.25.0
949949
[v1.24.0]: https://github.com/bufbuild/buf/compare/v1.23.1...v1.24.0

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.25.2-dev"
68+
Version = "1.26.0"
6969

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

0 commit comments

Comments
 (0)