Releases: thought-machine/please
Releases · thought-machine/please
Please v13.4.0
This is Please v13.4.0
- The sandbox tool now uses user namespaces and is shipped with Please.
It also sandboxes the test directory too. - Tools are now looked up via PATH, allowing a little more flexibility around installation.
- go_get now works as before in a repo containing a go.mod
plz query deps
has a--hidden
flag to expose internal targets.- cgo_test now works with coverage
- Added
plz init config
subcommand to add things to config files - User config file has moved to ~/.config/please/plzconfig; the old location is still
read but is deprecated.
Please v13.4.0-beta1
This is a prerelease version of Please. Bugs and partially-finished features may abound.
Caveat usor!
Please v13.3.4
Please v13.3.3
This is Please v13.3.3
- Fixed
proto_library
for .proto files that specify ago_package
. - Fix to not rebuild rules as often in some rare cases (involving rules that have no
declared outputs but add them later using post-build functions).
Please v13.3.2
This is Please v13.3.2
- Fixed race condition in cache for git builtins.
Please v13.3.1
This is Please v13.3.1
- Improvements to git/exec error messages & path search for git builtins.
Please v13.3.0
This is Please v13.3.0
- Fixed extra_outs on go_get (#483)
- Fixed termination of subdir walking (#489)
- Added linker definition support to
go tool link
(#491) - Rename support in LPS
- Improved determinism in go_get
- Added native git commands (git_branch, git_commit, git_show and git_state).
Thanks to all the contributors to this release!
Please v13.2.7
This is Please v13.2.7
- Disallowed adding empty outputs to a target (this never made sense and
would only break things). - Langserver now supports autoformatting and completion for local files
and argument names. - Fixed an issue with incorrect permissions when a rule marked as binary
had a directory as an output (#478).
Please v13.2.6
This is Please v13.2.6
- IntelliJ project export now ignores 'provides' redirects in dependencies.
Please v13.2.5
This is Please v13.2.5
- Fix for a possible infinite loop during builds when some specific kinds of changes to targets were made.
- Further updates to language protocol server.