diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ba227..b1611d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 0.6.1 - 2024-08-02 + +- ⬆️ Update sphinx to >=6,<9 by {user}`chrisjsewell` in {pr}`212` +- 👌 Reduce right-padding of dropdown title by {user}`chrisjsewell` in {pr}`198` + ## 0.6.0 - 2024-05-23 ### Dependencies diff --git a/sphinx_design/__init__.py b/sphinx_design/__init__.py index e598c25..581dfc7 100644 --- a/sphinx_design/__init__.py +++ b/sphinx_design/__init__.py @@ -2,7 +2,7 @@ from typing import TYPE_CHECKING -__version__ = "0.6.0" +__version__ = "0.6.1" if TYPE_CHECKING: from sphinx.application import Sphinx