Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [v3.14.0] - 2023-11-07

- Add lint rules for [protovalidate](https://github.com/bufbuild/protovalidate). `buf lint`
will now verify that your protovalidate rules are valid. A single rule `PROTOVALIDATE` has been
Expand Down Expand Up @@ -1065,7 +1065,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto

Initial beta release.

[Unreleased]: https://github.com/bufbuild/buf/compare/v3.10.1...HEAD
[v3.14.0]: https://github.com/bufbuild/buf/compare/v3.10.1...v3.14.0
[v3.10.1]: https://github.com/bufbuild/buf/compare/v3.10.0...v3.10.1
[v3.10.0]: https://github.com/bufbuild/buf/compare/v3.9.0...v3.10.0
[v3.9.0]: https://github.com/bufbuild/buf/compare/v3.7.0...v3.9.0
Expand Down
2 changes: 1 addition & 1 deletion private/buf/bufcli/bufcli.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import (

const (
// Version is the CLI version of buf.
Version = "3.10.2-dev"
Version = "3.14.0"

inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME"
inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"
Expand Down