Skip to content

Commit 33b5d72

Browse files
committed
docs: prepare for 0.2.0
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 104444a commit 33b5d72

File tree

1 file changed

+39
-5
lines changed

1 file changed

+39
-5
lines changed

docs/changelog.md

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,53 @@
11
# Changelog
22

3+
## Version 0.2.0
4+
5+
This version adds local build directory support - you can now set `build-dir`
6+
and reuse build targets. This does not yet default to on, so please test it out.
7+
This can dramatically speed up rebuilds. If you want to mimic setuptools, you
8+
can set this to `build/{cache_tag}`. Or you can chose some other directory, like
9+
scikit-build classic's `_skbuild`. Along with this, we now have a native wheel
10+
writer implementation and support `prepare_metadata_for_build_wheel`.
11+
12+
Scikit-build-core now also contains a backport of FindPython from CMake 3.26,
13+
which fixes SOABI on PyPy and supports the Stable ABI / Limited API.
14+
15+
### What's Changed
16+
17+
Features:
18+
19+
- Local build directory setting & build reuse by @henryiii in #181
20+
- Add `prepare_metadata_for_build_wheel` by @henryiii in #191
21+
- Native wheel writer implementation by @henryiii in #188
22+
- Use 3.26 dev version port of FindPython by @henryiii in #102
23+
24+
Tests:
25+
26+
- tests: allow pytest 7.0+ instead of 7.2+ by @henryiii in #200
27+
- tests: include cmake and ninja if missing in nox by @henryiii in #190
28+
- tests: simpler pytest-subprocess by @henryiii in #159
29+
30+
Other things:
31+
32+
- chore: Python 3.11 Self usage by @henryiii in #199
33+
- chore: fix Ruff configuration by @henryiii in #186
34+
- chore: minor adjustments to wheel returns by @henryiii in #195
35+
- chore: remove duplicate Ruff code by @burgholzer in #184
36+
337
## Version 0.1.6
438

539
### What's changed
640

741
Fixes:
842

9-
- fix: handle local cmake dir for search by @henryiii in #179
10-
- fix: avoid resolving cmake/ninja paths by @henryiii in #183
43+
- Handle local cmake dir for search by @henryiii in #179
44+
- Avoid resolving cmake/ninja paths by @henryiii in #183
1145

1246
Other things:
1347

14-
- chore: use ruff by @henryiii in #175
15-
- chore: ruff related additions by @henryiii in #180
16-
- tests: add `isolated` marker to `test_pep518_sdist` by @bnavigator in #182
48+
- Use Ruff by @henryiii in #175
49+
- Ruff related additions by @henryiii in #180
50+
- Add `isolated` marker to `test_pep518_sdist` by @bnavigator in #182
1751

1852
## Version 0.1.5
1953

0 commit comments

Comments
 (0)