We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e95462 commit 591b607Copy full SHA for 591b607
docs/changelog.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## Version 0.4.4
4
+
5
+This version fixes some issues cross-compiling to Windows ARM when making
6
+Limited API / Stable ABI extensions, and supports multiple config generators in
7
+editable mode.
8
9
+- Conditional ABI3 logic fixed by @henryiii in
10
+ https://github.com/scikit-build/scikit-build-core/pull/352
11
+- Set `Python_SABI_LIBRARY` by @henryiii in
12
13
+- Editable installs now support multiconfig generators by @henryiii in
14
+ https://github.com/scikit-build/scikit-build-core/pull/353
15
16
## Version 0.4.3
17
18
This adds support for CPython 3.12.0b1, and improves Stable ABI / Limited API
0 commit comments