Skip to content

v0.21.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jayconrod jayconrod released this 13 May 22:00
· 6 commits to release-0.21 since this release
7771f2f
  • # gazelle:exclude directives now accept patterns with * and ** wildcards. (thanks @kalbasit)
  • The -lang flag may now be used to select which language extensions should be run. By default, all extensions Gazelle was built with will run. (thanks @robfig)
  • Attribute matching now works on string slice attributes, not just strings. This is now used to match proto_library rules with one or more sources in common with the generated rule, even if the rule has been renamed. (thanks @linzhp)
  • Many bugs have been fixed. Thanks to everyone who helped out!