Skip to content

Commit 1245cac

Browse files
authored
🚀 RELEASE: v0.2.4 (#70)
1 parent 092e83b commit 1245cac

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## 0.2.4 - 2022-02-10
4+
5+
### What's Changed
6+
7+
- ⬆️ UPGRADE: allow click v8 by @lukasbindreiter in https://github.com/executablebooks/sphinx-external-toc/pull/69
8+
- 📚: Fix ToC graphic link by @ZviBaratz in https://github.com/executablebooks/sphinx-external-toc/pull/63
9+
- 🔧 MAINTAIN: Updated parser docstrings by @ZviBaratz in https://github.com/executablebooks/sphinx-external-toc/pull/61
10+
- 🔧 MAINTAIN: Removed unused argument by @ZviBaratz in https://github.com/executablebooks/sphinx-external-toc/pull/66
11+
- 🔧 MAINTAIN: Updated `api` docstrings by @ZviBaratz in https://github.com/executablebooks/sphinx-external-toc/pull/64
12+
- 🔧: Docstring updates by @ZviBaratz in https://github.com/executablebooks/sphinx-external-toc/pull/67
13+
14+
### New Contributors
15+
16+
- @ZviBaratz made their first contribution in https://github.com/executablebooks/sphinx-external-toc/pull/61
17+
- @lukasbindreiter made their first contribution in https://github.com/executablebooks/sphinx-external-toc/pull/69
18+
19+
**Full Changelog**: https://github.com/executablebooks/sphinx-external-toc/compare/v0.2.3...v0.2.4
20+
321
## 0.2.3 - 2021-07-29
422

523
🔧 MAINTAIN: Update `attrs` minimum version to `20.3`, when `value_serializer` was introduced (required here).

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.3"
3+
__version__ = "0.2.4"
44

55

66
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)