Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: prepare for 0.9.0b7 #189

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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