Skip to content

Commit 767ba03

Browse files
committed
Generate changelog for version 0.3
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.
1 parent be80bb2 commit 767ba03

12 files changed

Lines changed: 24 additions & 11 deletions

CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
0.3
2+
===
3+
4+
Bugfixes
5+
--------
6+
7+
- Add more robust handling of long descriptions and their content types (#132)
8+
- Fix a bug in test support code where it wouldn't parse dependencies without markers from a package's core metadata (#133)
9+
- Relax matching of optional dependency requirements to allow for a missing extra condition in the marker (#134)
10+
- Work around pyproject-metadata producing None for author/maintainer email addresses (#135)
11+
- Fix a bug in test support code where it was not splitting lists of keywords from core metadata (#136)
12+
- Handle INI-style ``entry_point`` strings. (#152)
13+
14+
15+
Misc
16+
----
17+
18+
- #109
19+
- Add a coverage.py configuration to select which files are measured and enable branch coverage
20+
- Apply xfail markers to individual test methods in external project tests and enable xfail_strict
21+
- Mark project as active
22+
- Run slow tests during CI
23+
24+
125
0.2
226
===
327

changelog.d/+active.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+coverage-config.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+distribute.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+slow-tests.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/109.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/132.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/133.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/134.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/135.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)