Skip to content

Commit d12a559

Browse files
Return to development (#3467)
Co-authored-by: doriable <[email protected]>
1 parent 3f619b8 commit d12a559

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.47.0] - 2024-11-13
48

59
- Move `buf registry commit` to `buf registry module commit`. Command
@@ -1290,6 +1294,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
12901294

12911295
Initial beta release.
12921296

1297+
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.47.0...HEAD
12931298
[v1.47.0]: https://github.com/bufbuild/buf/compare/v1.46.0...v1.47.0
12941299
[v1.46.0]: https://github.com/bufbuild/buf/compare/v1.45.0...v1.46.0
12951300
[v1.45.0]: https://github.com/bufbuild/buf/compare/v1.44.0...v1.45.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.0"
18+
const Version = "1.47.1-dev"

0 commit comments

Comments
 (0)