This is Please v16.14.0
- The
query revdeps
andquery somepath
subcommands now handle
indirect dependencies (i.e. require/provide) between targets
better when not including hidden targets #2127 - Fix issue where we were de-duplicating linker flags for
go_module()
#2127 - Some improvements to the builtin functions:
get_labels()
now has
atransitive
parameter that can be used to opt out of getting
labels on transitive dependencies, andpackage_name()
now has a label
parameter that can be used to get the package of a specific label.
#2170 - Some improvements to
plz generate
andLinkGeneratedSources
to
opt to use hard links, or automatically update the.gitignore
during builds #2163