Skip to content

Commit 8482b8f

Browse files
Release v1.48.0 (#3557)
Co-authored-by: doriable <[email protected]>
1 parent 72f05c2 commit 8482b8f

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.48.0] - 2024-12-19
44

55
- Add `buf registry plugin {create,delete,info,update}` commands to manage BSR plugins.
66
- Breaking analysis support for `buf beta lsp`.
@@ -1314,7 +1314,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
13141314

13151315
Initial beta release.
13161316

1317-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.47.2...HEAD
1317+
[v1.48.0]: https://github.com/bufbuild/buf/compare/v1.47.2...v1.48.0
13181318
[v1.47.2]: https://github.com/bufbuild/buf/compare/v1.47.1...v1.47.2
13191319
[v1.47.1]: https://github.com/bufbuild/buf/compare/v1.47.0...v1.47.1
13201320
[v1.47.0]: https://github.com/bufbuild/buf/compare/v1.46.0...v1.47.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.47.3-dev"
18+
const Version = "1.48.0"

0 commit comments

Comments
 (0)