Skip to content

Commit 8039ea2

Browse files
committed
🚀 RELEASE: v0.1.0a3
1 parent 374e416 commit 8039ea2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.1.0a3 - 2021-04-09
4+
5+
👌 IMPROVE: `toc.yml` validation
6+
37
## 0.1.0a2 - 2021-04-08
48

59
🐛 FIX: for nested docnames in sub-folders

sphinx_external_toc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A sphinx extension that allows the site toctree to be defined in a single file."""
22

3-
__version__ = "0.1.0a2"
3+
__version__ = "0.1.0a3"
44

55

66
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)