Skip to content

Commit 4d9a930

Browse files
authored
docs: prepare for 0.9.0b4 (#163)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 06138ee commit 4d9a930

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
Changelog
33
+++++++++
44

5+
0.9.0 (beta 4: 20-09-2024)
6+
==========================
7+
8+
9+
Features:
10+
11+
* Setting a non-dynamic field is an error
12+
13+
Fixes:
14+
15+
- Warn on multiline Summary (``project.description``)
16+
17+
Refactoring:
18+
19+
* Remove indirection accessing metadata_version, add ``auto_metadata_version``
20+
* Rework how dynamic works, add ``dynamic_metadata``
21+
* Use dataclass instead of named tuple
22+
* chore: use named arguments instead of positional
23+
24+
525
0.9.0 (beta 3: 13-09-2024)
626
==========================
727

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.0b3'
37+
__version__ = '0.9.0b4'
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)