Skip to content

Commit

Permalink
docs: prepare for 0.9.0b7 (#189)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Oct 4, 2024
1 parent 0b1e024 commit 0dc7689
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
26 changes: 14 additions & 12 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
# Changelog

## 0.9.0 (beta 6: 30-09-2024)
## 0.9.0 (beta 7: 04-10-2024)

Refactoring:

- Move `validate_*` functions into `extras_*` instead
- Use `Dynamic` for the type of `.dynamic`
- Reformat single quotes to double quotes to match packaging
- Produce standard Python repr style in error messages

Fixes:

- Improve locking for just metadata fields
- Revert to double quotes in error messages for field names
- Show the types instead of values in error messages

Docs:

- Include extra badge in readme
- Rework docs, include README and more classes
- Changelog is now in markdown
- Better API section


## 0.9.0 (WIP)

Expand All @@ -43,6 +36,8 @@ Fixes:
- Match EmailMessage spacing
- Handle multilines the way setuptools does with smart indentation
- Warn on multiline Summary (`project.description`)
- Improve locking for just metadata fields
- Error on extra keys in author/maintainer

Refactoring:

Expand All @@ -56,6 +51,8 @@ Refactoring:
- Use named arguments instead of positional
- Spit up over multiple files
- Remove `DataFetcher`, use static types wherever possible
- Reformat single quotes to double quotes to match packaging
- Produce standard Python repr style in error messages

Internal and CI:

Expand All @@ -71,6 +68,11 @@ Internal and CI:
- Fix coverage context
- Require 100% coverage

Docs:
- Include extra badge in readme
- Rework docs, include README and more classes
- Changelog is now in markdown

## 0.8.0 (17-04-2024)

- Support specifying the `metadata_version` as 2.1, 2.2, or 2.3
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.0b6"
__version__ = "0.9.0b7"

__all__ = [
"ConfigurationError",
Expand Down

0 comments on commit 0dc7689

Please sign in to comment.