From 13828a3ee61f19d0fba7ad11a898e03d2db6ccea Mon Sep 17 00:00:00 2001 From: "buf-release-bot[bot]" <116301919+buf-release-bot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:21:13 -0500 Subject: [PATCH] Release v1.47.2 (#3472) Co-authored-by: doriable Co-authored-by: Doria Keung --- CHANGELOG.md | 6 +++--- private/buf/bufcli/bufcli.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7276bdf42d..28816d614a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [Unreleased] +## [v1.47.2] - 2024-11-14 -- No changes yet. +- Update the patch version to resolve NPM packaging issues. No command updates or user changes. ## [v1.47.1] - 2024-11-14 @@ -1298,7 +1298,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.47.1...HEAD +[v1.47.2]: https://github.com/bufbuild/buf/compare/v1.47.1...v1.47.2 [v1.47.1]: https://github.com/bufbuild/buf/compare/v1.47.0...v1.47.1 [v1.47.0]: https://github.com/bufbuild/buf/compare/v1.46.0...v1.47.0 [v1.46.0]: https://github.com/bufbuild/buf/compare/v1.45.0...v1.46.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 4a82797b94..7a9bf68e6c 100644 --- a/private/buf/bufcli/bufcli.go +++ b/private/buf/bufcli/bufcli.go @@ -15,4 +15,4 @@ package bufcli // Version is the CLI version of buf. -const Version = "1.47.2-dev" +const Version = "1.47.2"