Skip to content

Commit d073b8a

Browse files
committed
🚀 RELEASE: v0.1.0a7
1 parent bf60bed commit d073b8a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.0a7 - 2021-04-18
4+
5+
- 👌 IMPROVE: Parsing `MalformedError` messages
6+
- 👌 IMPROVE: jupyter-book migration
7+
- Better conversion validation
8+
- Move `options` key above `parts`/`chapters`/`sections` key
9+
310
## 0.1.0a6 - 2021-04-18
411

512
- 👌 IMPROVE: Add `ensure_index_file` event on build completion

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

55

66
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)