Skip to content

Commit

Permalink
Generate changelog for version 0.3
Browse files Browse the repository at this point in the history
This was done by running `tox -e towncrier -- --version 0.3`.

I've generated the changelog for version 0.3 even though this commit is
based on v0.3.1 because the changes made between those two versions
didn't have a changelog fragment anyway (they should, but I forgot), and
ensuring eventual consistency of the changelog is more important than
getting the changelog entries in the right release. Ultimately I just
don't think it's important enough to make it worth doing the technically
proper thing of making post-releases for both v0.3 and v0.3.1.
  • Loading branch information
diazona committed Aug 31, 2024
1 parent be80bb2 commit 767ba03
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 11 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
0.3
===

Bugfixes
--------

- Add more robust handling of long descriptions and their content types (#132)
- Fix a bug in test support code where it wouldn't parse dependencies without markers from a package's core metadata (#133)
- Relax matching of optional dependency requirements to allow for a missing extra condition in the marker (#134)
- Work around pyproject-metadata producing None for author/maintainer email addresses (#135)
- Fix a bug in test support code where it was not splitting lists of keywords from core metadata (#136)
- Handle INI-style ``entry_point`` strings. (#152)


Misc
----

- #109
- Add a coverage.py configuration to select which files are measured and enable branch coverage
- Apply xfail markers to individual test methods in external project tests and enable xfail_strict
- Mark project as active
- Run slow tests during CI


0.2
===

Expand Down
1 change: 0 additions & 1 deletion changelog.d/+active.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+coverage-config.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+distribute.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+slow-tests.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/109.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/132.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/133.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/134.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/135.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/136.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/152.bugfix.rst

This file was deleted.

0 comments on commit 767ba03

Please sign in to comment.