Skip to content

Commit 9a277e1

Browse files
Release v1.63.0 (#4261)
1 parent 5058bf9 commit 9a277e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.63.0] - 2026-01-06
44

55
- Update `PROTOVALIDATE` lint rule to support field mask rules.
66
- Add LSP completion for field numbers.
@@ -1464,7 +1464,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14641464

14651465
Initial beta release.
14661466

1467-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.62.1...HEAD
1467+
[v1.63.0]: https://github.com/bufbuild/buf/compare/v1.62.1...v1.63.0
14681468
[v1.62.1]: https://github.com/bufbuild/buf/compare/v1.62.0...v1.62.1
14691469
[v1.62.0]: https://github.com/bufbuild/buf/compare/v1.61.0...v1.62.0
14701470
[v1.61.0]: https://github.com/bufbuild/buf/compare/v1.60.0...v1.61.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.62.2-dev"
18+
const Version = "1.63.0"

0 commit comments

Comments
 (0)