Skip to content

Commit a987d2d

Browse files
Release v1.27.2 (#2518)
Release prepared for 1.27.2 Reminder: Update the changelog --------- Co-authored-by: doriable <[email protected]> Co-authored-by: Doria Keung <[email protected]>
1 parent c29e78d commit a987d2d

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.2] - 2023-10-27
44

55
- Fix issue where `buf build` and other commands may fail when handling certain
66
archives created on macOS that contain files with extended attributes.
@@ -965,7 +965,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
965965

966966
Initial beta release.
967967

968-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.27.1...HEAD
968+
[v1.27.2]: https://github.com/bufbuild/buf/compare/v1.27.1...v1.27.2
969969
[v1.27.1]: https://github.com/bufbuild/buf/compare/v1.27.0...v1.27.1
970970
[v1.27.0]: https://github.com/bufbuild/buf/compare/v1.26.1...v1.27.0
971971
[v1.26.1]: https://github.com/bufbuild/buf/compare/v1.26.0...v1.26.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.27.2-dev"
68+
Version = "1.27.2"
6969

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

0 commit comments

Comments
 (0)