From 893a9b7c5826d451b18c058502f487ad7b3a6421 Mon Sep 17 00:00:00 2001 From: "buf-release-bot[bot]" <116301919+buf-release-bot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:11:11 -0500 Subject: [PATCH] Release v1.26.0 (#2358) Release prepared for 1.26.0 Reminder: Update the changelog --------- Co-authored-by: unmultimedio Co-authored-by: Julian Figueroa --- CHANGELOG.md | 4 ++-- private/buf/bufcli/bufcli.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8f2ac8e9..bbaac1aae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.26.0] - 2023-08-09 - Add support for the `--http2-prior-knowledge` flag when running `buf curl` 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 Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.25.1...HEAD +[v1.26.0]: https://github.com/bufbuild/buf/compare/v1.25.1...v1.26.0 [v1.25.1]: https://github.com/bufbuild/buf/compare/v1.25.0...v1.25.1 [v1.25.0]: https://github.com/bufbuild/buf/compare/v1.24.0...v1.25.0 [v1.24.0]: https://github.com/bufbuild/buf/compare/v1.23.1...v1.24.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 4b1cb5b00a..ca1e0a49fb 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.25.2-dev" + Version = "1.26.0" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"