Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 16 May 15:56
6af76a6
  • Allow pex files to be stamped based on their content hash rather than
    the rule hash. This feature is gated behind the content_hashing feaure
    flag which can be abled by adding it to the python.featurefalgs plugin
    config variable (#107)
  • Stop pex files starting the bedugger if they're not being ran as part of the
    plz debug command. (#111)