Releases: bufbuild/buf-gradle-plugin
Releases · bufbuild/buf-gradle-plugin
0.3.1
- Upgrade Buf to 1.0.0-rc2 and use symlinks instead of copying proto (#30)
- Port Lint tests to fixture files (#31, #32)
- Include files from extracted protos (#29)
- upgrade spotless, gradle, and buf (#33)
Full Changelog: 0.3.0...0.3.1
0.3.0
- Upgrade default Buf version to 1.0.0-rc1 (#28)
- Allow checking against schema specified using dynamic versions (#27)
0.2.3
- Update CI actions versions (#23)
- Clarify role of plugin in README (4129212)
- Allow plugin to be used on SELinux (#22)
0.2.2
Fix bug where, if no config is specified as a dependency or with a file, the plugin will always try to read a config file in the project directory even if it doesn't exist (#19)
0.2.1
- Fix bug where plugin would not pick up configs in a
buf.yaml
defined in the project directory (#18)
0.2.0
- Update Buf to 0.54.1 and support v1 configurations (#16)
- README cleanup (ae5bc99)
- Gradle 7.2 (#17)
0.1.2
- Update default Buf version to 0.48.2 (#13)
0.1.0
- Clean up some Gradle config and update to 6.8.3, update Buf to 0.40.0 (#10)
0.0.13
- Disallow specification of both a config file location and a dependency location (#6)
- Upgrade default Buf version to 0.39.1 (#9)
- Preserve data from previous calls to
imageArtifact
(b2a0a5f)
- Various cleanup (#7, 7a301f0, 379e01b, 6decb45)