We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b8c1c commit ce9b07cCopy full SHA for ce9b07c
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## 0.3.0 - 2022-04-16
4
+
5
+- ⬆️ UPGRADE: Drop python 3.6 support (#75)
6
+- ♻️ REFACTOR: Replace `attrs` with built-in `dataclasses` (#76)
7
+- 🐛 FIX: gettext builder compatibility
8
+- 🐛 FIX: Inserting toctree into empty document (#77)
9
+- 🔧 MAINTAIN: Move from setuptools to flit, for PEP 621 packaging (#74)
10
11
## 0.2.4 - 2022-02-10
12
13
### What's Changed
sphinx_external_toc/__init__.py
@@ -1,6 +1,6 @@
"""A sphinx extension that allows the project toctree to be defined in a single file."""
-__version__ = "0.2.4"
+__version__ = "0.3.0"
from typing import TYPE_CHECKING
0 commit comments