Skip to content

Commit

Permalink
docs: prepare for 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Aug 16, 2023
1 parent 2bbebec commit d319958
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## Version 0.5.0

Features:

- Add option to run CMake during SDist creation by @henryiii in #454
- Add a schema for validate-pyproject by @henryiii in #447, #455
- Added regex plugin and dynamic-metadata rewrite by @henryiii in #457
- Add configuration option to write metadata to file by @henryiii in #459

Fixes:

- Normalize sdist names by @henryiii in #434
- Report cmake/ninja required if already present by @henryiii in #462

Tests and internal:

- Support Literals in settings by @henryiii in #460
- Validate schemas in regular testing by @henryiii in #450
- Clean up some extraneous types by @henryiii in #461
- Use 2x faster black mirror by @henryiii in #456
- Fix Fedora CI by @LecrisUT in #464
- fix fedora tests by @henryiii in #449
- Increase timeout (PyPy slow) by @henryiii in #465

Docs:

- Fix error in config names by @jpn-- in #453
- More generation of docs by @henryiii in #452

## Version 0.4.8

This release focus on two fixes that correct some interference issues with other
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def test_doc_examples(session: nox.Session, example: str) -> None:
session.run("pytest")


@nox.session(reuse_venv=True)
@nox.session
def downstream(session: nox.Session) -> None:
"""
Build a downstream project.
Expand Down

0 comments on commit d319958

Please sign in to comment.