From 9d114a54538aab16e757fc59c771ff66f7b93ec6 Mon Sep 17 00:00:00 2001 From: "buf-release-bot[bot]" <116301919+buf-release-bot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:58:13 -0400 Subject: [PATCH] Release v1.44.0 (#3365) Co-authored-by: emcfarlane --- 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 898414b646..b46f5b8e74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.44.0] - 2024-10-03 - Update the `PROTOVALIDATE` lint rule to check example field options. Examples will be checked that they satisfy the field constraints, and are only present if constraints are present. @@ -1273,7 +1273,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.43.0...HEAD +[v1.44.0]: https://github.com/bufbuild/buf/compare/v1.43.0...v1.44.0 [v1.43.0]: https://github.com/bufbuild/buf/compare/v1.42.0...v1.43.0 [v1.42.0]: https://github.com/bufbuild/buf/compare/v1.41.0...v1.42.0 [v1.41.0]: https://github.com/bufbuild/buf/compare/v1.40.1...v1.41.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 8b217eb0c7..03480d99b8 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.43.1-dev" +const Version = "1.44.0"