Changes
This release includes the following changes from v0.15.0:
- Un-deprecated project support (see #357)
- This support is still marked as "experimental" since it will likely be moved to an external project and may evolve further, but it is no longer considered deprecated
- Fixed JSON decoding support for
IgnoreVCSMode
(#358)- Thanks to @fideloper for reporting this
- Updated to Go 1.18.5
- Switched
LookPath
calls to usegolang.org/x/sys/execabs
- For more information on the motivation behind this change, see https://go.dev/blog/path-security