Skip to content

Commit 9d4d367

Browse files
Return to development (#3558)
Co-authored-by: doriable <[email protected]>
1 parent 8482b8f commit 9d4d367

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [Unreleased]
4+
5+
- No changes yet.
6+
37
## [v1.48.0] - 2024-12-19
48

59
- Add `buf registry plugin {create,delete,info,update}` commands to manage BSR plugins.
@@ -1314,6 +1318,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
13141318

13151319
Initial beta release.
13161320

1321+
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.48.0...HEAD
13171322
[v1.48.0]: https://github.com/bufbuild/buf/compare/v1.47.2...v1.48.0
13181323
[v1.47.2]: https://github.com/bufbuild/buf/compare/v1.47.1...v1.47.2
13191324
[v1.47.1]: https://github.com/bufbuild/buf/compare/v1.47.0...v1.47.1

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.48.0"
18+
const Version = "1.48.1-dev"

0 commit comments

Comments
 (0)