Skip to content

Commit a79e481

Browse files
docs: prepare for 0.5.0 (#468)
Prep for 0.5. --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 024ac32 commit a79e481

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

docs/changelog.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
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

536
This release focus on two fixes that correct some interference issues with other

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
204204
def downstream(session: nox.Session) -> None:
205205
"""
206206
Build a downstream project.

0 commit comments

Comments
 (0)