Skip to content

Commit 4ab6373

Browse files
committed
docs: prepare for 0.8.1
Signed-off-by: Henry Schreiner <[email protected]>
1 parent fe5841d commit 4ab6373

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## Version 0.8.1
4+
5+
This version fixes two small issues with specific situations: if ninja/cmake is
6+
present but not executable, and ninja on Windows not respecting the build type.
7+
8+
Fixes:
9+
10+
- Do not exit with exec permission error in ninja check by @thewtex in
11+
https://github.com/scikit-build/scikit-build-core/pull/626
12+
- Include `CMAKE_BUILD_TYPE` on Windows Ninja by @henryiii in
13+
https://github.com/scikit-build/scikit-build-core/pull/640
14+
- Use `-` vs `_` in error message by @nbelakovski in
15+
https://github.com/scikit-build/scikit-build-core/pull/638
16+
- Make run command logged at info by @LecrisUT in
17+
https://github.com/scikit-build/scikit-build-core/pull/639
18+
19+
Documentation:
20+
21+
- Warning about using `cmake.args` for defines by @LecrisUT in
22+
https://github.com/scikit-build/scikit-build-core/pull/620
23+
- Correct API usage example by @henryiii in
24+
https://github.com/scikit-build/scikit-build-core/pull/627
25+
326
## Version 0.8.0
427

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

0 commit comments

Comments
 (0)