Skip to content

Commit

Permalink
[v0.8] chore: release 0.8.1 (#192)
Browse files Browse the repository at this point in the history
* chore: prepare for 0.8.1

Signed-off-by: Henry Schreiner <[email protected]>

* Update CHANGELOG.rst

---------

Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Oct 7, 2024
1 parent 05f1eea commit b7b59c4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==================

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 b7b59c4

Please sign in to comment.