File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 0.5.0
4+
5+ Features:
6+
7+ - Add option to run CMake during SDist creation by @henryiii in #454
8+ - Add a schema for validate-pyproject by @henryiii in #447 , #450 , #455
9+ - Added regex plugin and dynamic-metadata rewrite by @henryiii in #457
10+ - Add configuration option to write metadata to file by @henryiii in #459
11+
12+ Fixes:
13+
14+ - Normalize sdist names by @henryiii in #434
15+ - Report cmake/ninja required if already present by @henryiii in #462
16+
17+ Tests and internal:
18+
19+ - Support Literals in settings by @henryiii in #460
20+ - Clean up some extraneous types by @henryiii in #461
21+ - Use 2x faster black mirror by @henryiii in #456
22+ - Fix Fedora CI by @LecrisUT and @henryiii in #449 , #464 , #469
23+ - Increase timeout (PyPy slow) by @henryiii in #465
24+ - Cleaner Fedora testing by @LecrisUT in #470
25+
26+ Docs:
27+
28+ - Fix error in config names by @jpn-- in #453
29+ - More generation of docs by @henryiii in #452
30+ - Require Sphinx >= 7 while waiting on Furo by @henryiii in #473
31+ - Require Sphinx < 7.2 while waiting on Setuptools by @henryii in #473
32+ - Fix an import check issue by @LecrisUT in #471
33+
334## Version 0.4.8
435
536This release focus on two fixes that correct some interference issues with other
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ def test_doc_examples(session: nox.Session, example: str) -> None:
200200 session .run ("pytest" )
201201
202202
203- @nox .session ( reuse_venv = True )
203+ @nox .session
204204def downstream (session : nox .Session ) -> None :
205205 """
206206 Build a downstream project.
You can’t perform that action at this time.
0 commit comments