Skip to content

Releases: thought-machine/please

Please v17.19.0

Choose a tag to compare

@the-hogfather the-hogfather released this 12 Sep 14:35
f5c39a4

This is Please v17.19.0

  • Fix parsing of break statements inside for loops (#3405)
  • Add number of tasks left in plain display update (#3399)
  • Actually print go mod init advice during repo initialisation (#3387)

Please v17.18.0

Choose a tag to compare

@the-hogfather the-hogfather released this 23 Jun 09:25
669ce3f

This is Please v17.18.0

  • Make sure debug tools/data get queued to be built (#3373)
  • Implement reverse parameter for sorted built-in function (#3372)
  • Implement key parameter for sorted built-in function (#3371)
  • Add // operator (#3370)
  • fix(query.deps): memoize provided labels rather than declared targets (#3369)

Please v17.17.0

Choose a tag to compare

@the-hogfather the-hogfather released this 07 May 12:24
b133276

This is Please v17.17.0

  • Make export work when it hits something in the repository root (#3364)

Please v17.16.0

Choose a tag to compare

@the-hogfather the-hogfather released this 25 Mar 12:32
8c520bf

This is Please v17.16.0

  • Add a ci label to all Please metrics (#3358)

Please v17.15.1

Choose a tag to compare

@the-hogfather the-hogfather released this 18 Mar 11:19
fe5a037

This is Please v17.15.1

  • Attempt to fix some race conditions in local subincludes (#3354)

Please v17.15.0

Choose a tag to compare

@the-hogfather the-hogfather released this 11 Mar 18:21
b762d66

This is Please v17.15.0

  • Add metrics for alias and command invocations (#3351)

Please v17.14.0

Choose a tag to compare

@the-hogfather the-hogfather released this 27 Feb 13:51
c422a3b

This is Please v17.14.0

  • Add a --notrim flag to plz export that avoids trying to clean out unused build targerts
    when exporting a repo (#3340)
  • Fix a number of issues with plz export not picking up all dependencies (#3333, #3334, #3335)

Please v17.14.0-beta.1

Pre-release

Choose a tag to compare

@the-hogfather the-hogfather released this 29 Jan 14:53
f2d6549

This is a prerelease version of Please. Bugs and partially-finished features may abound.

Caveat usor!

Please v17.13.1

Choose a tag to compare

@the-hogfather the-hogfather released this 22 Jan 14:56
674b695

This is Please v17.13.1

  • Preserve symlinks when copying files

Please v17.13.0

Choose a tag to compare

@the-hogfather the-hogfather released this 16 Jan 18:38
4a39ba3

This is Please v17.13.0

  • Add a break statement to the build language (#3320)
  • Handle symlinks to directories in a number of places, including but not limited
    to output directories in remote execution (#3330)
  • Make output target display not have local targets hanging around so much (#3276)