From 5f0cbdc568580875d5909a3de967c1963b7f858e Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 25 Jun 2021 14:56:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ sphinx_external_toc/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a7a308..d34dc89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/sphinx_external_toc/__init__.py b/sphinx_external_toc/__init__.py index d1b1cb7..b43011c 100644 --- a/sphinx_external_toc/__init__.py +++ b/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.2.1" +__version__ = "0.2.2" from typing import TYPE_CHECKING