diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 10d2185..c422bf7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,20 @@ Changelog +++++++++ +0.8.1 (07-10-2024) +================== + +- Validate project name +- Validate entrypoint group names +- Correct typing for emails +- Add 3.13 to testing +- Add ruff-format +- Actions and dependabot +- Generate GitHub attestations for releases +- Add PyPI attestations +- Fix coverage context + + 0.8.0 (17-04-2024) ================== diff --git a/pyproject_metadata/__init__.py b/pyproject_metadata/__init__.py index 8062e3f..e1aa9a7 100644 --- a/pyproject_metadata/__init__.py +++ b/pyproject_metadata/__init__.py @@ -32,7 +32,7 @@ import packaging.version -__version__ = '0.8.0' +__version__ = '0.8.1' KNOWN_METADATA_VERSIONS = {'2.1', '2.2', '2.3'}