Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AWhetter committed Mar 28, 2023
1 parent 861b8e0 commit 47e5dcd
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.

.. towncrier release notes start
v2.1.0 (2023-03-28)
-------------------

Deprecations and Removals
^^^^^^^^^^^^^^^^^^^^^^^^^

- Support for documenting languages other than Python is deprecated. (#248)
- Removed the option to have autoapi generate toctree entries for domain objects.
Domain objects are now added to the toctree by Sphinx.
Dropped support for sphinx < 5.2.0. (#369)


Misc
^^^^

- Added basic type checking.
- Integrated towncrier into the release workflow.


v2.0.1 (2023-01-16)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions autoapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .extension import setup


__version__ = "2.0.1"
__version_info__ = (2, 0, 1)
__version__ = "2.1.0"
__version_info__ = (2, 1, 0)
1 change: 0 additions & 1 deletion docs/changes/+52f8a406.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/+e2fe0940.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/248.removal.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changes/369.removal.rst

This file was deleted.

0 comments on commit 47e5dcd

Please sign in to comment.