From a987d2dfc1ad7cf9d07dfd824ae0dea15d126c59 Mon Sep 17 00:00:00 2001 From: "buf-release-bot[bot]" <116301919+buf-release-bot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:23:00 -0400 Subject: [PATCH] Release v1.27.2 (#2518) Release prepared for 1.27.2 Reminder: Update the changelog --------- Co-authored-by: doriable Co-authored-by: Doria Keung --- 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 511e22c3a1..45ca94a989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.27.2] - 2023-10-27 - Fix issue where `buf build` and other commands may fail when handling certain archives created on macOS that contain files with extended attributes. @@ -965,7 +965,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.27.1...HEAD +[v1.27.2]: https://github.com/bufbuild/buf/compare/v1.27.1...v1.27.2 [v1.27.1]: https://github.com/bufbuild/buf/compare/v1.27.0...v1.27.1 [v1.27.0]: https://github.com/bufbuild/buf/compare/v1.26.1...v1.27.0 [v1.26.1]: https://github.com/bufbuild/buf/compare/v1.26.0...v1.26.1 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index c182903565..aae53e3441 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.27.2-dev" + Version = "1.27.2" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"