We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa85bf3 commit e76d579Copy full SHA for e76d579
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 0.2.0 - 2021-05-24
4
+
5
+- ‼ BREAKING: the CLI command `to-site` is now `to-project`, and `from-site` is now `from-project`
6
7
## 0.1.0 - 2021-04-27
8
9
- ♻️ REFACTOR: key `items` -> `entries`
sphinx_external_toc/__init__.py
@@ -1,6 +1,6 @@
"""A sphinx extension that allows the project toctree to be defined in a single file."""
-__version__ = "0.1.0"
+__version__ = "0.2.0"
from typing import TYPE_CHECKING
0 commit comments