Skip to content

Commit be349d1

Browse files
Return to development (#3471)
Co-authored-by: doriable <[email protected]>
1 parent 8688d16 commit be349d1

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.1] - 2024-11-14
48

59
- Update the patch version to resolve NPM packaging issues. No command updates or user changes.
@@ -1294,6 +1298,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
12941298

12951299
Initial beta release.
12961300

1301+
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.47.1...HEAD
12971302
[v1.47.1]: https://github.com/bufbuild/buf/compare/v1.47.0...v1.47.1
12981303
[v1.47.0]: https://github.com/bufbuild/buf/compare/v1.46.0...v1.47.0
12991304
[v1.46.0]: https://github.com/bufbuild/buf/compare/v1.45.0...v1.46.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.1"
18+
const Version = "1.47.2-dev"

0 commit comments

Comments
 (0)