Skip to content

Please v8.7.0

Compare
Choose a tag to compare
@peterebden peterebden released this 25 Nov 13:55
· 3031 commits to master since this release

This is Please v8.7.0

  • The protoc_flags argument to proto_library now applies transitively to any
    further protoc_library rules that depend on it, in a similar fashion to C++ rules.
    Since protos always need all transitive dependencies to compile they typically
    require transitive compiler flags as well.
  • Added a decompose function to the build builtins which breaks a build label into
    its package and name parts.