Skip to content

Commit 0ac1e11

Browse files
committed
Version 2.1.1
1 parent c3c6e15 commit 0ac1e11

15 files changed

+27
-15
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.
55

66
.. towncrier release notes start
77
8+
v2.1.1 (2023-06-10)
9+
-------------------
10+
11+
Bugfixes
12+
^^^^^^^^
13+
14+
- Fix "document isn't included" warning when using autoapi_add_toctree_entry (#319)
15+
- Types used in PEP-604 union syntax can be linked with intersphinx (#366)
16+
- Fix class overrides not rendering correctly.
17+
- Fix separated type comments for arguments not merging correctly in Python 3.7
18+
- Fixed viewcode being unable to find the source code for imported objects
19+
20+
21+
Improved Documentation
22+
^^^^^^^^^^^^^^^^^^^^^^
23+
24+
- Made it clearer how to customise what objects AutoAPI will document. (#339)
25+
26+
27+
Misc
28+
^^^^
29+
30+
- #375, #382
31+
32+
833
v2.1.0 (2023-03-28)
934
-------------------
1035

autoapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .extension import setup
44

55
__all__ = ("setup",)
6-
__version__ = "2.1.0"
7-
__version_info__ = (2, 1, 0)
6+
__version__ = "2.1.1"
7+
__version_info__ = (2, 1, 1)

docs/changes/+0b0b82e4.misc

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

docs/changes/+674382f2.misc.rst

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

docs/changes/+a134e154.bugfix.rst

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

docs/changes/+a772f117.misc.rst

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

docs/changes/+d02885a9.bugfix.rst

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

docs/changes/+d97c5f48.misc.rst

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

docs/changes/+e46a53a8.bugfix

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

docs/changes/319.bugfix.rst

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

0 commit comments

Comments
 (0)