Skip to content

Commit bee6719

Browse files
Release v1.45.0 (#3391)
Co-authored-by: doriable <[email protected]>
1 parent b040d94 commit bee6719

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.45.0] - 2024-10-08
44

55
- Update `buf registry module info --format=json` to add `default_label_name`, which provides the name
66
of the default label of a module.
@@ -1278,7 +1278,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
12781278

12791279
Initial beta release.
12801280

1281-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.44.0...HEAD
1281+
[v1.45.0]: https://github.com/bufbuild/buf/compare/v1.44.0...v1.45.0
12821282
[v1.44.0]: https://github.com/bufbuild/buf/compare/v1.43.0...v1.44.0
12831283
[v1.43.0]: https://github.com/bufbuild/buf/compare/v1.42.0...v1.43.0
12841284
[v1.42.0]: https://github.com/bufbuild/buf/compare/v1.41.0...v1.42.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.44.1-dev"
18+
const Version = "1.45.0"

0 commit comments

Comments
 (0)