Skip to content

Commit ce9b07c

Browse files
authored
🚀 RELEASE: v0.3.0 (#78)
1 parent e3b8c1c commit ce9b07c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 0.3.0 - 2022-04-16
4+
5+
- ⬆️ UPGRADE: Drop python 3.6 support (#75)
6+
- ♻️ REFACTOR: Replace `attrs` with built-in `dataclasses` (#76)
7+
- 🐛 FIX: gettext builder compatibility
8+
- 🐛 FIX: Inserting toctree into empty document (#77)
9+
- 🔧 MAINTAIN: Move from setuptools to flit, for PEP 621 packaging (#74)
10+
311
## 0.2.4 - 2022-02-10
412

513
### What's Changed

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

3-
__version__ = "0.2.4"
3+
__version__ = "0.3.0"
44

55

66
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)