22
33## Version 0.1.0a1
44
5- This is a second experimental snapshot. Two key fixes include better Pyodide
6- support and corrected macOS minimum version tags. The provisional setuptools
7- extension is beginning to look more like scikit-build classic with initial
8- custom keyword support.
5+ This release brings a lot of further development. This is starting to be used by
6+ downstream projects; it is a good idea to be a little careful with versions
7+ still, configuration may change.
98
109## What's Changed
1110
@@ -15,6 +14,10 @@ custom keyword support.
1514 https://github.com/scikit-build/scikit-build-core/pull/53
1615- feat(pyproject): include/exclude by @henryiii in
1716 https://github.com/scikit-build/scikit-build-core/pull/59
17+ - feat(pyproject): Color status messages for wheel by @henryiii in
18+ https://github.com/scikit-build/scikit-build-core/pull/60
19+ - feat(pyproject): support reproducible sdist builds by @agoose77 in
20+ https://github.com/scikit-build/scikit-build-core/pull/64
1821- feat: cmake_source_dir from scikit-build classic by @henryiii in
1922 https://github.com/scikit-build/scikit-build-core/pull/45
2023- feat: extra_tags by @henryiii in
@@ -52,18 +55,16 @@ custom keyword support.
5255- refactor: rename ` cmake_settings ` to ` skbuild_settings ` by @henryiii in
5356 https://github.com/scikit-build/scikit-build-core/pull/46
5457
58+ * chore(pyproject): refactor wheel code a bit to read better by @henryiii in
59+ https://github.com/scikit-build/scikit-build-core/pull/65
60+
5561- chore: better logging on macOS for deployment target by @henryiii in
5662 https://github.com/scikit-build/scikit-build-core/pull/48
5763- chore: format cmake files by @henryiii in
5864 https://github.com/scikit-build/scikit-build-core/pull/54
5965
60- ## New Contributors
61-
62- - @agoose77 made their first contribution in
63- https://github.com/scikit-build/scikit-build-core/pull/43
64-
65- ** Full Changelog** :
66- https://github.com/scikit-build/scikit-build-core/compare/v0.1.0.a0...v0.1.0a1
66+ * tests: reproducible by @henryiii in
67+ https://github.com/scikit-build/scikit-build-core/pull/66
6768
6869## Version 0.1.0a0
6970
0 commit comments