We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c80db commit ec4a439Copy full SHA for ec4a439
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## 0.2.3 - 2021-07-29
4
+
5
+🔧 MAINTAIN: Update `attrs` minimum version to `20.3`, when `value_serializer` was introduced (required here).
6
7
+👌 IMPROVE: Changed document identification.
8
+The comparison of sitemaps and identification of changed documents to rebuild was improved and moved to `SiteMap.get_changed`.
9
10
## 0.2.2 - 2021-06-25
11
12
🐛 FIX: File extensions in ToC
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.2"
+__version__ = "0.2.3"
from typing import TYPE_CHECKING
0 commit comments