Skip to content

Commit 980b444

Browse files
committed
🚀 RELEASE: v0.1.0a4
1 parent d5dcbd8 commit 980b444

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

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+
38
## 0.1.0a3 - 2021-04-09
49

510
👌 IMPROVE: `toc.yml` validation
@@ -10,4 +15,4 @@
1015

1116
## 0.1.0a1 - 2021-04-08
1217

13-
Initial alpha release, with hopefully stable and working API.
18+
Initial alpha release.

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.0a3"
3+
__version__ = "0.1.0a4"
44

55

66
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)