Skip to content

Commit 24c1aa1

Browse files
committed
docs: prepare for 0.9.8
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 350ed2a commit 24c1aa1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/changelog.md

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

3+
## Version 0.9.8
4+
5+
This version ships a few more small fixes. Multi-target builds were missing
6+
build arguments due to an exhausted generator. And some packages seem to
7+
hard-code `${CMAKE_INSTALL_PREFIX}` in the `install()` call, which is an
8+
anti-pattern, but we can set that variable too. More tests now run on Python
9+
3.7.
10+
11+
Fixes:
12+
13+
* Empty build arguments for some targets in multi-target build by @junrushao in https://github.com/scikit-build/scikit-build-core/pull/784
14+
* Support packages that hardcode `CMAKE_INSTALL_PREFIX` in their `install` commands by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/786
15+
* Logger shouldn't warn for missing lib on UNIX by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/787
16+
17+
Tests:
18+
19+
* Use `ZipFile` instead of `zipfile.Path` to enable more tests on Python 3.7 by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/785
20+
321
## Version 0.9.7
422

523
This release makes a few small fixes, enabling better Fortran support and

0 commit comments

Comments
 (0)