@@ -78,8 +78,6 @@ This is a small release fixing a regression in some cases caused by adding
78
78
` Python_LIBRARY ` . This has been reverted on non-Windows platforms, since it is
79
79
only needed on Windows.
80
80
81
- ### What's Changed
82
-
83
81
Fixes:
84
82
85
83
- Support older setuptools-scm by @henryiii in #284
@@ -110,8 +108,6 @@ support for FindPython, scripts entries now process shebang lines, and setting a
110
108
started, with a quickstart for common situations, a page on configuration, and
111
109
some info on authoring a CMakeLists.
112
110
113
- ### What's Changed
114
-
115
111
Features:
116
112
117
113
- Support dynamic metadata by @bennyrowland in #197 and rework by @henryiii in
@@ -153,8 +149,6 @@ with wheel 0.40). It also ensures the test suite will still pass in an
153
149
environment with ` SOURCE_DATE_EPOCH ` already set. A few internal changes are
154
150
paving the way to 0.3.0.
155
151
156
- ### What's Changed
157
-
158
152
Fixes:
159
153
160
154
- zipinfo should report regular files by @henryiii in #220
@@ -178,8 +172,6 @@ refactoring to prepare for the next new features. A new `{wheel_tag}` value is
178
172
available for ` build-dir ` . Some basic setup was done on the docs, as well. Debug
179
173
logging and test output has been improved a little, as well.
180
174
181
- ### What's Changed
182
-
183
175
Changes:
184
176
185
177
- Add ` {wheel_tag} ` for ` build-dir ` by @henryiii in #207
@@ -211,8 +203,6 @@ writer implementation and support `prepare_metadata_for_build_wheel`.
211
203
Scikit-build-core now also contains a backport of FindPython from CMake 3.26,
212
204
which fixes SOABI on PyPy and supports the Stable ABI / Limited API.
213
205
214
- ### What's Changed
215
-
216
206
Features:
217
207
218
208
- Local build directory setting & build reuse by @henryiii in #181
@@ -250,17 +240,13 @@ Other things:
250
240
251
241
## Version 0.1.5
252
242
253
- ### What's Changed
254
-
255
243
Fixes:
256
244
257
245
- Ninja path not being set correctly by @henryiii in #166
258
246
- Minor touchup to ninja / make by @henryiii in #167
259
247
260
248
## Version 0.1.4
261
249
262
- ### What's Changed
263
-
264
250
Fixes:
265
251
266
252
- ` entrypoints.txt ` should be ` entry_points.txt ` by @njzjz in #161
@@ -276,8 +262,6 @@ Other things:
276
262
277
263
## Version 0.1.3
278
264
279
- ### What's Changed
280
-
281
265
Fixes:
282
266
283
267
- Issue with experimental extra directory targeting by @henryiii in #144
@@ -297,8 +281,6 @@ Fixes:
297
281
298
282
## Version 0.1.1
299
283
300
- ### What's Changed
301
-
302
284
Fixes:
303
285
304
286
- Windows non-default generators by @henryiii in #137
@@ -321,8 +303,6 @@ released.
321
303
322
304
Still preparing for release. One small addition to the error printout.
323
305
324
- ### What's Changed
325
-
326
306
Features:
327
307
328
308
- Did you mean? for config-settings and pyproject.toml by @henryiii in #135
@@ -335,8 +315,6 @@ Testing:
335
315
336
316
Preparing for a non-beta release.
337
317
338
- ### What's Changed
339
-
340
318
Fixes:
341
319
342
320
- Paths on Windows by @henryiii in #126
@@ -360,8 +338,6 @@ Testing:
360
338
361
339
A quick fix for macOS universal2 tags not expanding when enabled.
362
340
363
- ### What's Changed
364
-
365
341
Fixes:
366
342
367
343
- Expand macos tags missing by @henryiii in #105
@@ -377,8 +353,6 @@ https://github.com/scikit-build/scikit-build-core/compare/v0.1.0b1...v0.1.0b2
377
353
378
354
## Version 0.1.0b1
379
355
380
- ### What's Changed
381
-
382
356
This release is focused on preparing for conda-forge and some macOS fixes.
383
357
384
358
Features:
@@ -407,8 +381,6 @@ This release adds a lot of configuration options, including `minimum-version`,
407
381
which can be set to 0.0 to ensure defaults remain consistent (similar to
408
382
` cmake_minimum_required ` ).
409
383
410
- ### What's Changed
411
-
412
384
Features:
413
385
414
386
- Dict options by @henryiii in #78
@@ -442,8 +414,6 @@ This release brings a lot of further development. This is starting to be used by
442
414
downstream projects; it is a good idea to be a little careful with versions
443
415
still, configuration may change.
444
416
445
- ### What's Changed
446
-
447
417
Features:
448
418
449
419
- Allow python packages to be specified by @henryiii in #58
0 commit comments