github thought-machine/please v10.0.0
Please v10.0.0

latest releases: v17.12.6-beta.1, v17.12.5, v17.12.4...
7 years ago

This is Please v10.0.0

  • please_pex rewritten to be more efficient. This is a breaking change for anyone
    who assumed they could import pkg_resources or pex as a global which will no longer
    be available (although these are easy to add using pip_library or python_wheel rules
    if still needed).
  • cgo_library takes a subdir argument that is needed if sources are in a subdirectory
    from the BUILD file (this isn't breaking since it never worked without).
  • Support for assembly (using go tool asm) in go_library and go_binary rules.
  • Removed a number of deprecated config properties.
  • Removed a number of deprecated arguments to builtin build rules (most have been
    deprecated and often nonfunctional for a long time now).

Don't miss a new please release

NewReleases is sending notifications on new releases.