Skip to content

Commit 3f619b8

Browse files
Release v1.47.0 (#3466)
Co-authored-by: doriable <[email protected]>
1 parent 5fda66b commit 3f619b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v1.47.0] - 2024-11-13
44

55
- Move `buf registry commit` to `buf registry module commit`. Command
66
`buf registry commit` is now deprecated.
@@ -1290,7 +1290,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
12901290

12911291
Initial beta release.
12921292

1293-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.46.0...HEAD
1293+
[v1.47.0]: https://github.com/bufbuild/buf/compare/v1.46.0...v1.47.0
12941294
[v1.46.0]: https://github.com/bufbuild/buf/compare/v1.45.0...v1.46.0
12951295
[v1.45.0]: https://github.com/bufbuild/buf/compare/v1.44.0...v1.45.0
12961296
[v1.44.0]: https://github.com/bufbuild/buf/compare/v1.43.0...v1.44.0

private/buf/bufcli/bufcli.go

+1-1
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.46.1-dev"
18+
const Version = "1.47.0"

0 commit comments

Comments
 (0)