Skip to content

Commit 2f23a31

Browse files
authored
chore: prepare for 0.9.0b2 (#151)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 319a5bd commit 2f23a31

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog
33
+++++++++
44

5+
0.9.0 beta 2 (13-09-2024)
6+
=========================
7+
8+
- Support unicode METADATA again
9+
- Remove the custom ``RFC822Message`` entirely, replaced with a custom Policy (which also handles multilines)
10+
- Handle multiline the way setuptools does with smart indentation
11+
- Remove ``write_to_rfc822``
12+
- Remove the multiline warning for all metadata
13+
- Add some unicode and reading tests
14+
- Swap ``EmailMessage`` for ``Message``
15+
- Add PyPI attestations
16+
517
0.9.0 beta 1 (13-09-2024)
618
=========================
719

@@ -16,7 +28,7 @@ Features:
1628
- Validate extra keys (warning, opt-in error)
1729
- Validate project name
1830
- Validate entrypoint group names
19-
- Add multiline warning
31+
- Add multiline warning (removed in beta 2)
2032

2133
Fixes:
2234

pyproject_metadata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import packaging.version
3535

3636

37-
__version__ = '0.9.0b1'
37+
__version__ = '0.9.0b2'
3838

3939
KNOWN_METADATA_VERSIONS = {'2.1', '2.2', '2.3', '2.4'}
4040
PRE_SPDX_METADATA_VERSIONS = {'2.1', '2.2', '2.3'}

0 commit comments

Comments
 (0)