Skip to content

Commit f5578b4

Browse files
Release v1.27.0 (#2477)
Release prepared for 1.27.0 Reminder: Update the changelog --------- Co-authored-by: doriable <[email protected]> Co-authored-by: Doria Keung <[email protected]>
1 parent e99dc9a commit f5578b4

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.27.0] - 2023-10-04
44

55
- Fix issue where `buf generate --exclude-path` was not properly excluding paths
66
for remote modules.
@@ -956,7 +956,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
956956

957957
Initial beta release.
958958

959-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.26.1...HEAD
959+
[v1.27.0]: https://github.com/bufbuild/buf/compare/v1.26.1...v1.27.0
960960
[v1.26.1]: https://github.com/bufbuild/buf/compare/v1.26.0...v1.26.1
961961
[v1.26.0]: https://github.com/bufbuild/buf/compare/v1.25.1...v1.26.0
962962
[v1.25.1]: https://github.com/bufbuild/buf/compare/v1.25.0...v1.25.1

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

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

0 commit comments

Comments
 (0)