Skip to content

Commit

Permalink
docs: prepare for 0.9.0rc1 (#208)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Oct 21, 2024
1 parent 87b90e8 commit 082b688
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.9.0 RC 1

Changes since last beta:

- Remove attribute locking
- Fix for METADATA 2.4 being set and PEP 639 recommendation
- Support PEP 735 in top level validation
- Adjust URL handling to better match PEP 753

## 0.9.0 (WIP)

This release adds PEP 639 support (METADATA 2.4), refactors the RFC messages,
Expand All @@ -11,7 +20,7 @@ Features:

- Added PEP 639 support for SPDX license and license files, METADATA 2.4
- Validate extra keys (warning, opt-in error)
- Setting a non-dynamic field is an error
- Functions to check top level and build-system (including PEP 735 support)
- Add TypedDict's in new module for typing pyproject.toml dicts
- `all_errors=True` causes `ExceptionGroup`'s to be emitted
- Support METADATA 2.1+ JSON format with new `.as_json()` method
Expand All @@ -23,6 +32,7 @@ Fixes:
- Warn on multiline Summary (`project.description`)
- Improve locking for just metadata fields
- Error on extra keys in author/maintainer
- URL name stylization removed matching PEP 753

Refactoring:

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

__version__ = "0.9.0b7"
__version__ = "0.9.0rc1"

__all__ = [
"ConfigurationError",
Expand Down

0 comments on commit 082b688

Please sign in to comment.