You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
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
+
3
21
## Version 0.9.7
4
22
5
23
This release makes a few small fixes, enabling better Fortran support and
0 commit comments