From 099e550a093ad95e2e2fc09fd08667e645ea7265 Mon Sep 17 00:00:00 2001 From: doriable Date: Fri, 17 Jan 2025 18:05:14 +0000 Subject: [PATCH] Update version to 1.50.0 --- 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 6d332e9a5c..42c01eeb95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.50.0] - 2025-01-17 - Add input parameter `filter` for use with git inputs. This sets the filter flag argument for the git fetch command. @@ -1327,7 +1327,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.49.0...HEAD +[v1.50.0]: https://github.com/bufbuild/buf/compare/v1.49.0...v1.50.0 [v1.49.0]: https://github.com/bufbuild/buf/compare/v1.48.0...v1.49.0 [v1.48.0]: https://github.com/bufbuild/buf/compare/v1.47.2...v1.48.0 [v1.47.2]: https://github.com/bufbuild/buf/compare/v1.47.1...v1.47.2 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 2da64dbfb6..d916cb6a48 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.49.1-dev" +const Version = "1.50.0"