From ce39fc35a240c510ed0f206d3d6431f476747c50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:43:46 -0400 Subject: [PATCH] Update version to v2.0.2 (#28) Co-authored-by: oliversun9 --- 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 567e5dca20..134682a5b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v2.0.2] - 2023-11-03 - No changes yet. @@ -983,7 +983,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/foobar/foo/compare/v2.0.10...HEAD +[v2.0.2]: https://github.com/foobar/foo/compare/v2.0.10...v2.0.2 [v2.0.1]: https://github.com/bufbuild/buf/compare/v1.27.2...v2.0.1 [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 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index eb9738c27d..116211f1a2 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 = "2.0.1" + Version = "2.0.2" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"