Skip to content

Releases: please-build/puku

v1.15.1

05 Feb 12:32
416feff
Compare
Choose a tag to compare
  • Correctly compute visibility of target given a child package wildcard (#141)

v1.15.0

04 Feb 17:59
173b29f
Compare
Choose a tag to compare
  • Simplify process of identifying Go standard library package names (#134)
  • Correctly handle //... as a visibility identifier when reformatting BUILD files (#139)

v1.14.0

13 Dec 18:14
cf1de35
Compare
Choose a tag to compare
  • Add support for targets which provide multiple Go targets

v1.13.0

04 Nov 11:49
ea0c04d
Compare
Choose a tag to compare
  • Build with Go 1.23.2 to pull in new packages

v1.12.1

04 Nov 11:26
2807326
Compare
Choose a tag to compare
  • Rename VERSION to PUKU_VERSION to allow running
    go get github.com/please-build/puku/cmd/puku@latest

v1.12.0

29 Oct 14:52
8cc422a
Compare
Choose a tag to compare
  • Set netgo and osusergo tags on the Go standard library to build puku more statically and
    avoid libc dependency

v1.11.1

05 Aug 17:15
d1893d5
Compare
Choose a tag to compare
  • Fix a bug causing a panic when the third party directory is misconfigured
  • Add the filename to the error message seen if a puku.json file is malformed

v1.11.0

31 Jul 15:32
99d1cd9
Compare
Choose a tag to compare
  • Make puku rewrite build files by default, with a flag to skip rewriting

v1.10.0

26 Jul 09:34
c414d15
Compare
Choose a tag to compare
  • Adds a puku version command to report the version of puku that is installed.

v1.9.0

23 Jul 13:00
70b00cb
Compare
Choose a tag to compare
  • "stop": false in a puku.json in a subdirectory will override a "stop": true in a parent
    directory.