Skip to content

Commit be32e6a

Browse files
buf-release-bot[bot]joshcarpjoshcarp
authored
Release v1.25.1 (#2338)
Release prepared for 1.25.1 --------- Co-authored-by: joshcarp <[email protected]> Co-authored-by: joshcarp <[email protected]>
1 parent 986c01c commit be32e6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v1.25.1] - 2023-08-02
44

55
- Fix issue where all files were being iterated over when using the `--path` flag.
66
- 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
936936

937937
Initial beta release.
938938

939-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.25.0...HEAD
939+
[v1.25.1]: https://github.com/bufbuild/buf/compare/v1.25.0...v1.25.1
940940
[v1.25.0]: https://github.com/bufbuild/buf/compare/v1.24.0...v1.25.0
941941
[v1.24.0]: https://github.com/bufbuild/buf/compare/v1.23.1...v1.24.0
942942
[v1.23.1]: https://github.com/bufbuild/buf/compare/v1.23.0...v1.23.1

private/buf/bufcli/bufcli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import (
6565

6666
const (
6767
// Version is the CLI version of buf.
68-
Version = "1.25.1-dev"
68+
Version = "1.25.1"
6969

7070
inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME"
7171
inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"

0 commit comments

Comments
 (0)