Version 0.8.1
This version fixes two small issues with specific situations: if ninja/cmake is present but not executable, and ninja on Windows not respecting the build type.
What's Changed
Fixes:
- Do not exit with exec permission error in ninja check by @thewtex in #626
- Include
CMAKE_BUILD_TYPE
on Windows ninja by @henryiii in #640 - Use
-
vs_
in error message by @nbelakovski in #638 - Make run command logged at info by @LecrisUT in #639
Documentation:
- Warning about using
cmake.args
for defines by @LecrisUT in #620 - Correct API usage example by @henryiii in #627
New Contributors
- @thewtex made their first contribution in #626
- @nbelakovski made their first contribution in #638
Full Changelog: v0.8.0...v0.8.1