Skip to content

Commit b17f955

Browse files
committed
🚀 RELEASE: v0.1.0a8
1 parent 0af3f79 commit b17f955

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.0a8 - 2021-04-19
4+
5+
- 👌 IMPROVE: validate URL: Ensure value of `url` keys match regex used by Sphinx to identify them
6+
- 🐛 FIX: `external_toc_path` with absolute path
7+
38
## 0.1.0a7 - 2021-04-18
49

510
- 👌 IMPROVE: Parsing `MalformedError` messages

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 site toctree to be defined in a single file."""
22

3-
__version__ = "0.1.0a7"
3+
__version__ = "0.1.0a8"
44

55

66
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)