Skip to content

Commit 9d3737f

Browse files
committed
docs: prepare for 0.10.0
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 57b061d commit 9d3737f

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

docs/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This version adds auto CMake version discovery, opt-in auto minimum-version,
66
rebuild on failure support, quite a few new override options greatly expanding
77
the static config options for builds, more powerful regexs, and more.
88

9+
Also see [the announcement post](https://iscinumpy.dev/post/scikit-build-core-0-10).
10+
911
New features:
1012

1113
* Auto CMake version by @henryiii in #804
@@ -29,11 +31,16 @@ Fixes:
2931
* Detect manual generator setting for `get_requires_*` by @henryiii in #840
3032
* Support nested and local gitignores by @henryiii in #827
3133

34+
Tests:
35+
36+
* Fix `test_cmake_config` if `CMAKE_GENERATOR` is already set by @lorepirri in #847
37+
3238
Internal:
3339

3440
* Pull out overrides to separate file by @henryiii in #821
3541
* Nicer error/warning printer by @henryiii in #813
3642
* Speed up CI for format job by @henryiii in #814
43+
* Avoid old wheel warning in CI test job by @henryiii in #849
3744

3845
Documentation:
3946

docs/configuration.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -517,16 +517,7 @@ You can pass raw arguments directly to the build tool, as well:
517517

518518
## Dynamic metadata
519519

520-
Scikit-build-core 0.3.0+ supports dynamic metadata with two built-in plugins.
521-
522-
:::{warning}
523-
524-
This is not ready for plugin development outside of scikit-build-core;
525-
`tool.scikit-build.experimental=true` is required to use plugins that are not
526-
shipped with scikit-build-core, since the interface is provisional and may
527-
change between _minor_ versions.
528-
529-
:::
520+
Scikit-build-core supports dynamic metadata with three built-in plugins.
530521

531522
:::{tab} Setuptools-scm
532523

@@ -626,11 +617,22 @@ remove = "dev0"
626617

627618
This will remove the "dev" tag when it is equal to 0.
628619

629-
:::{versionchanged} 0.10
620+
::::{versionchanged} 0.10
630621

631622
Support for `result` and `remove` added.
632623

633-
```
624+
::::
625+
626+
:::
627+
628+
629+
:::{warning}
630+
631+
Your package and third-party packages can also extend these with new plugins,
632+
but this is currently not ready for development outside of scikit-build-core;
633+
`tool.scikit-build.experimental=true` is required to use plugins that are not
634+
shipped with scikit-build-core, since the interface is provisional and may
635+
change between _minor_ versions.
634636

635637
:::
636638

0 commit comments

Comments
 (0)