Skip to content

Commit

Permalink
chore: prepare for 0.9.0b2 (#151)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Sep 13, 2024
1 parent 319a5bd commit 2f23a31
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
+++++++++

0.9.0 beta 2 (13-09-2024)
=========================

- Support unicode METADATA again
- Remove the custom ``RFC822Message`` entirely, replaced with a custom Policy (which also handles multilines)
- Handle multiline the way setuptools does with smart indentation
- Remove ``write_to_rfc822``
- Remove the multiline warning for all metadata
- Add some unicode and reading tests
- Swap ``EmailMessage`` for ``Message``
- Add PyPI attestations

0.9.0 beta 1 (13-09-2024)
=========================

Expand All @@ -16,7 +28,7 @@ Features:
- Validate extra keys (warning, opt-in error)
- Validate project name
- Validate entrypoint group names
- Add multiline warning
- Add multiline warning (removed in beta 2)

Fixes:

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


__version__ = '0.9.0b1'
__version__ = '0.9.0b2'

KNOWN_METADATA_VERSIONS = {'2.1', '2.2', '2.3', '2.4'}
PRE_SPDX_METADATA_VERSIONS = {'2.1', '2.2', '2.3'}
Expand Down

0 comments on commit 2f23a31

Please sign in to comment.