Skip to content

Commit

Permalink
🚀 RELEASE: v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jun 25, 2021
1 parent 961b327 commit 5f0cbdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.2.2 - 2021-06-25

🐛 FIX: File extensions in ToC

Ensure files are still matched, if they are provided with file extensions.

## 0.2.1 - 2021-06-16

- ⬆️ UPDATE: Relax dependency pinning to allow Sphinx v4
Expand Down
2 changes: 1 addition & 1 deletion sphinx_external_toc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A sphinx extension that allows the project toctree to be defined in a single file."""

__version__ = "0.2.1"
__version__ = "0.2.2"


from typing import TYPE_CHECKING
Expand Down

0 comments on commit 5f0cbdc

Please sign in to comment.