Skip to content

Commit

Permalink
Release v3.20.0 (#80)
Browse files Browse the repository at this point in the history
* Update version to v3.20.0

* text

* chdck

---------

Co-authored-by: oliversun9 <[email protected]>
Co-authored-by: Oliver Sun <[email protected]>
  • Loading branch information
3 people authored Nov 7, 2023
1 parent 97724af commit 934cffa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify_changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
verify:
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'release/')
if: ${{ github.event_name == 'push' || startsWith(github.head_ref, 'release/') }}
steps:
- name: Checkout repository code
uses: actions/checkout@v4
Expand Down
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.20.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.20.0]: https://github.com/bufbuild/buf/compare/v3.10.1...v3.20.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.20.0"

inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME"
inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"
Expand Down
1 change: 1 addition & 0 deletions text.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hi

0 comments on commit 934cffa

Please sign in to comment.