File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
26
## Version 0.8.0
4
27
5
28
This version replaces the ` cmake ` /` ninja ` minimum-version config option with a
You can’t perform that action at this time.
0 commit comments