From be32e6a0a9322a85bb814994b0cb4d8ce104da3c Mon Sep 17 00:00:00 2001 From: "buf-release-bot[bot]" <116301919+buf-release-bot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 13:08:08 -0400 Subject: [PATCH] Release v1.25.1 (#2338) Release prepared for 1.25.1 --------- Co-authored-by: joshcarp Co-authored-by: joshcarp --- 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 e5b55da9ac..ccaa5f1f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.25.1] - 2023-08-02 - Fix issue where all files were being iterated over when using the `--path` flag. - Fix issue where the directory `.` was incorrectly accepted as a value for the @@ -936,7 +936,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.25.0...HEAD +[v1.25.1]: https://github.com/bufbuild/buf/compare/v1.25.0...v1.25.1 [v1.25.0]: https://github.com/bufbuild/buf/compare/v1.24.0...v1.25.0 [v1.24.0]: https://github.com/bufbuild/buf/compare/v1.23.1...v1.24.0 [v1.23.1]: https://github.com/bufbuild/buf/compare/v1.23.0...v1.23.1 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index aa527e746f..a1b6a5c31c 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 = "1.25.1-dev" + Version = "1.25.1" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"