Skip to content

Commit 26bd172

Browse files
committed
Version 3.5.0
1 parent 086dff8 commit 26bd172

9 files changed

+25
-9
lines changed

CHANGELOG.rst

+23
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.
55

66
.. towncrier release notes start
77
8+
v3.5.0 (2025-02-09)
9+
-------------------
10+
11+
Features
12+
^^^^^^^^
13+
14+
- Can exclude directories from being documented (#312)
15+
16+
17+
Bugfixes
18+
^^^^^^^^
19+
20+
- Fix exception when calling a function imported from a wildcard (#508)
21+
- Remove usage of astroid alpha builds (#512)
22+
23+
24+
Misc
25+
^^^^
26+
27+
- #502, #510, #511
28+
- Fix formatting failure in tests
29+
30+
831
v3.4.0 (2024-11-29)
932
-------------------
1033

autoapi/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .extension import setup
44

55
__all__ = ("setup",)
6-
__version__ = "3.4.0"
7-
__version_info__ = (3, 4, 0)
6+
__version__ = "3.5.0"
7+
__version_info__ = (3, 5, 0)

docs/changes/+76d54892.misc.rst

-1
This file was deleted.

docs/changes/312.feature.rst

-1
This file was deleted.

docs/changes/502.misc.rst

-1
This file was deleted.

docs/changes/508.bugfix.rst

-1
This file was deleted.

docs/changes/510.misc.rst

-1
This file was deleted.

docs/changes/511.misc.rst

-1
This file was deleted.

docs/changes/512.bugfix.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)