File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 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).
Original file line number Diff line number Diff line change 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
66from typing import TYPE_CHECKING
You can’t perform that action at this time.
0 commit comments