Skip to content

Commit ec4a439

Browse files
committed
🚀 RELEASE: v0.2.3
1 parent 96c80db commit ec4a439

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

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+
310
## 0.2.2 - 2021-06-25
411

512
🐛 FIX: File extensions in ToC

sphinx_external_toc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A sphinx extension that allows the project toctree to be defined in a single file."""
22

3-
__version__ = "0.2.2"
3+
__version__ = "0.2.3"
44

55

66
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)