|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Version 0.8.2 |
| 4 | + |
| 5 | +This version fixes a few small issues related to configuration. The wheel tag is |
| 6 | +fixed when `wheel.platlib` is False, inplace editable installs ignore |
| 7 | +`build-dir`, and `install-dir` no longer affects the generate path. |
| 8 | + |
| 9 | +Fixes: |
| 10 | + |
| 11 | +- Ensure `wheel.platlib` being false sets `<abi>-<platform>` as `"none-any"` by |
| 12 | + @jcfr in #655 |
| 13 | +- Inplace editable install should ignore `build-dir` by @henryiii in #644 |
| 14 | +- `install-dir` shouldn't affect generate path by @henryiii in #654 |
| 15 | +- Expand info printing by @henryiii in #651 |
| 16 | + |
| 17 | +Documentation: |
| 18 | + |
| 19 | +- Clarify requirement for using "inplace" editable mode by @jcfr in #643 |
| 20 | +- Update README to use modern GitHub admonition by @jcfr in #641 |
| 21 | +- be explicit about what it means to "use SKBUILD_SOABI" by @minrk in #646 |
| 22 | + |
3 | 23 | ## Version 0.8.1
|
4 | 24 |
|
5 | 25 | This version fixes two small issues with specific situations: if ninja/cmake is
|
6 | 26 | present but not executable, and ninja on Windows not respecting the build type.
|
7 | 27 |
|
8 | 28 | Fixes:
|
9 | 29 |
|
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 |
| 30 | +- Do not exit with exec permission error in ninja check by @thewtex in #626 |
| 31 | +- Include `CMAKE_BUILD_TYPE` on Windows Ninja by @henryiii in #640 |
| 32 | +- Use `-` vs `_` in error message by @nbelakovski in #638 |
| 33 | +- Make run command logged at info by @LecrisUT in #639 |
18 | 34 |
|
19 | 35 | Documentation:
|
20 | 36 |
|
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 |
| 37 | +- Warning about using `cmake.args` for defines by @LecrisUT in #620 |
| 38 | +- Correct API usage example by @henryiii in #627 |
25 | 39 |
|
26 | 40 | ## Version 0.8.0
|
27 | 41 |
|
|
0 commit comments