We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5dcbd8 commit 980b444Copy full SHA for 980b444
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## 0.1.0a4 - 2021-04-10
4
+
5
+- ♻️ REFACTOR: Move parsing code to separate module
6
+- ✨ NEW: Improve option parsing, add jupyter-book migration
7
8
## 0.1.0a3 - 2021-04-09
9
10
👌 IMPROVE: `toc.yml` validation
@@ -10,4 +15,4 @@
15
11
16
## 0.1.0a1 - 2021-04-08
12
17
13
-Initial alpha release, with hopefully stable and working API.
18
+Initial alpha release.
sphinx_external_toc/__init__.py
@@ -1,6 +1,6 @@
"""A sphinx extension that allows the site toctree to be defined in a single file."""
-__version__ = "0.1.0a3"
+__version__ = "0.1.0a4"
from typing import TYPE_CHECKING
0 commit comments