We have released Buf v0.7.0.
This is a simple release: before v0.7.0, you could only specify the branch of a git input:
$ buf check lint --input .git#branch=master
Now, tags can be used as well:
$ buf check lint --input .git#tag=v1.0.0
The
brew tap and
documentation have also been updated.