File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ features over classic Scikit-build:
53
53
- Limited API / Stable ABI and pythonless tags supported via config option
54
54
- No slow generator search, ninja/make or MSVC used by default, respects
55
55
` CMAKE_GENERATOR `
56
- - SDists are reproducible by default (UNIX, Python 3.9+)
56
+ - SDists are reproducible by default (UNIX, Python 3.9+, uncompressed comparison
57
+ recommended)
57
58
- Support for caching between builds (opt-in by setting ` build-dir ` )
58
59
- Support for writing out to extra wheel folders (scripts, headers, data)
59
60
- Support for selecting install components and build targets
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Version 0.8.0
4
+
5
+ ## What's Changed
6
+
7
+ This version replaces the ` cmake ` /` ninja ` minimum-version config option with a
8
+ more powerful free-form version field. Scikit-build-core will now respect
9
+ ` CMAKE_EXECUTABLE ` for finding CMake. You can override based on the build state,
10
+ allowing overrides for editable installs, for example. You can specify a build
11
+ tag (AKA build number). And you can define CMake variables from environment
12
+ variables.
13
+
14
+ Features:
15
+
16
+ - Add ` build-tag ` by @henryiii in #612
17
+ - Add ` if.state ` to overrides by @henryiii in #600
18
+ - Add ` cmake.version ` and ` ninja.version ` by @henryiii in #602
19
+ - Support ` CMAKE_EXECUTABLE ` by @henryiii in #603
20
+ - Config to set CMake variables with environment variables by @stubbiali in #565
21
+
22
+ Fixes:
23
+
24
+ - Include license file entry in search by @henryiii in #601
25
+ - Make sure purelib is indicated by @henryiii in #613
26
+ - Project version should always be CMake parsable by @henryiii in #608
27
+
28
+ Tests and internal:
29
+
30
+ - Compare uncompressed files by @henryiii in #610
31
+ - A couple of minor cleanups by @henryiii in #599
32
+ - Some preview Ruff touchups by @henryiii in #617
33
+
3
34
## Version 0.7.1
4
35
5
36
This is a quick fix for a downstream change in hatch-fancy-pypi-readme that
You can’t perform that action at this time.
0 commit comments