# 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!