Releases: please-build/puku
Releases · please-build/puku
v1.14.0
v1.13.0
- Build with Go 1.23.2 to pull in new packages
v1.12.1
- Rename
VERSION
toPUKU_VERSION
to allow running
go get github.com/please-build/puku/cmd/puku@latest
v1.12.0
- Set
netgo
andosusergo
tags on the Go standard library to build puku more statically and
avoid libc dependency
v1.11.1
- 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
- Make puku rewrite build files by default, with a flag to skip rewriting
v1.10.0
- Adds a
puku version
command to report the version of puku that is installed.
v1.9.0
"stop": false
in apuku.json
in a subdirectory will override a"stop": true
in a parent
directory.