Skip to content

Commit 9d114a5

Browse files
Release v1.44.0 (#3365)
Co-authored-by: emcfarlane <emcfarlane@users.noreply.github.com>
1 parent e065fbb commit 9d114a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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

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.43.1-dev"
18+
const Version = "1.44.0"

0 commit comments

Comments
 (0)