Skip to content

Commit c2f35f5

Browse files
Release v1.25.0 (#2305)
Release prepared for 1.25.0
1 parent 575bd3d commit c2f35f5

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.0] - 2023-07-18
44

55
- Add `txtpb` format to handle the Protobuf text format. and automatically recognize
66
`.txtpb` files as Protobuf text files. The `txtpb` format can now be used with
@@ -930,7 +930,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
930930

931931
Initial beta release.
932932

933-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.24.0...HEAD
933+
[v1.25.0]: https://github.com/bufbuild/buf/compare/v1.24.0...v1.25.0
934934
[v1.24.0]: https://github.com/bufbuild/buf/compare/v1.23.1...v1.24.0
935935
[v1.23.1]: https://github.com/bufbuild/buf/compare/v1.23.0...v1.23.1
936936
[v1.23.0]: https://github.com/bufbuild/buf/compare/v1.22.0...v1.23.0

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.24.1-dev"
68+
Version = "1.25.0"
6969

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

0 commit comments

Comments
 (0)