Skip to content

Commit d2436f2

Browse files
Release v1.52.0 (#3748)
1 parent 1b4772f commit d2436f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v1.52.0] - 2025-04-07
44

55
- Fix `exclude_type` on a non imported package.
66
- Fix `--exclude-type` flag for `buf generate` when an input is specified.
@@ -1352,7 +1352,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
13521352

13531353
Initial beta release.
13541354

1355-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.51.0...HEAD
1355+
[v1.52.0]: https://github.com/bufbuild/buf/compare/v1.51.0...v1.52.0
13561356
[v1.51.0]: https://github.com/bufbuild/buf/compare/v1.50.1...v1.51.0
13571357
[v1.50.1]: https://github.com/bufbuild/buf/compare/v1.50.0...v1.50.1
13581358
[v1.50.0]: https://github.com/bufbuild/buf/compare/v1.49.0...v1.50.0

private/buf/bufcli/bufcli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package bufcli
1616

1717
// Version is the CLI version of buf.
18-
const Version = "1.51.1-dev"
18+
const Version = "1.52.0"

0 commit comments

Comments
 (0)