Skip to content

Commit

Permalink
chore: prepare for 0.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Oct 7, 2024
1 parent 05f1eea commit 56656f2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Changelog
+++++++++

0.8.1 (07-10-2024)
==================

Features:

- 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)
==================

Expand Down
2 changes: 1 addition & 1 deletion pyproject_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import packaging.version


__version__ = '0.8.0'
__version__ = '0.8.1'

KNOWN_METADATA_VERSIONS = {'2.1', '2.2', '2.3'}

Expand Down

0 comments on commit 56656f2

Please sign in to comment.