Skip to content

Commit 5f0cbdc

Browse files
committed
🚀 RELEASE: v0.2.2
1 parent 961b327 commit 5f0cbdc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 0.2.2 - 2021-06-25
4+
5+
🐛 FIX: File extensions in ToC
6+
7+
Ensure files are still matched, if they are provided with file extensions.
8+
39
## 0.2.1 - 2021-06-16
410

511
- ⬆️ UPDATE: Relax dependency pinning to allow Sphinx v4

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.1"
3+
__version__ = "0.2.2"
44

55

66
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)