Skip to content

Commit 9d114a5

Browse files
Release v1.44.0 (#3365)
Co-authored-by: emcfarlane <[email protected]>
1 parent e065fbb commit 9d114a5

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.44.0] - 2024-10-03
44

55
- Update the `PROTOVALIDATE` lint rule to check example field options. Examples will be checked that
66
they satisfy the field constraints, and are only present if constraints are present.
@@ -1273,7 +1273,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
12731273

12741274
Initial beta release.
12751275

1276-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.43.0...HEAD
1276+
[v1.44.0]: https://github.com/bufbuild/buf/compare/v1.43.0...v1.44.0
12771277
[v1.43.0]: https://github.com/bufbuild/buf/compare/v1.42.0...v1.43.0
12781278
[v1.42.0]: https://github.com/bufbuild/buf/compare/v1.41.0...v1.42.0
12791279
[v1.41.0]: https://github.com/bufbuild/buf/compare/v1.40.1...v1.41.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.43.1-dev"
18+
const Version = "1.44.0"

0 commit comments

Comments
 (0)