From e31cbd0f4e3a0249eba29c977b5bf99ce5bf2c2a Mon Sep 17 00:00:00 2001 From: "buf-release-bot[bot]" <116301919+buf-release-bot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:27:53 -0400 Subject: [PATCH] Release v1.43.0 (#3357) Co-authored-by: doriable --- 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 010253d413..e81da66bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.43.0] - 2024-09-30 - Add new experimental LSP support under `buf beta lsp`. @@ -1264,7 +1264,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.42.0...HEAD +[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 [v1.40.1]: https://github.com/bufbuild/buf/compare/v1.40.0...v1.40.1 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index c7c520716c..357a374fce 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.42.1-dev" +const Version = "1.43.0"