Skip to content

Commit

Permalink
🚀 RELEASE: v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 29, 2021
1 parent 96c80db commit ec4a439
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.2.3 - 2021-07-29

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

👌 IMPROVE: Changed document identification.
The comparison of sitemaps and identification of changed documents to rebuild was improved and moved to `SiteMap.get_changed`.

## 0.2.2 - 2021-06-25

🐛 FIX: File extensions in ToC
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.2"
__version__ = "0.2.3"


from typing import TYPE_CHECKING
Expand Down

0 comments on commit ec4a439

Please sign in to comment.