Skip to content

Commit

Permalink
docs: prepare for 0.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Feb 14, 2024
1 parent fe5841d commit 4ab6373
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 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.

Fixes:

- Do not exit with exec permission error in ninja check by @thewtex in
https://github.com/scikit-build/scikit-build-core/pull/626
- Include `CMAKE_BUILD_TYPE` on Windows Ninja by @henryiii in
https://github.com/scikit-build/scikit-build-core/pull/640
- Use `-` vs `_` in error message by @nbelakovski in
https://github.com/scikit-build/scikit-build-core/pull/638
- Make run command logged at info by @LecrisUT in
https://github.com/scikit-build/scikit-build-core/pull/639

Documentation:

- Warning about using `cmake.args` for defines by @LecrisUT in
https://github.com/scikit-build/scikit-build-core/pull/620
- Correct API usage example by @henryiii in
https://github.com/scikit-build/scikit-build-core/pull/627

## Version 0.8.0

This version replaces the `cmake`/`ninja` minimum-version config option with a
Expand Down

0 comments on commit 4ab6373

Please sign in to comment.