Skip to content

Commit 37e7b11

Browse files
buf-release-bot[bot]joshcarpjoshcarp
authored
Release v1.26.1 (#2362)
Release prepared for 1.26.1 Co-authored-by: joshcarp <[email protected]> Co-authored-by: joshcarp <[email protected]>
1 parent efdd563 commit 37e7b11

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

55
- Fix issue where `buf build -o` did not properly output files with the `.txtpb`
66
extension in Protobuf text format.
@@ -948,7 +948,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
948948

949949
Initial beta release.
950950

951-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.26.0...HEAD
951+
[v1.26.1]: https://github.com/bufbuild/buf/compare/v1.26.0...v1.26.1
952952
[v1.26.0]: https://github.com/bufbuild/buf/compare/v1.25.1...v1.26.0
953953
[v1.25.1]: https://github.com/bufbuild/buf/compare/v1.25.0...v1.25.1
954954
[v1.25.0]: https://github.com/bufbuild/buf/compare/v1.24.0...v1.25.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.26.1-dev"
68+
Version = "1.26.1"
6969

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

0 commit comments

Comments
 (0)