diff --git a/CHANGELOG.md b/CHANGELOG.md index b1611d7..2d90853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.7.0 - 2025-01-19 + +### Dependencies + +- ⬆️ Drop Python 3.9 & 3.10, support Python 3.14 by {user}`chrisjsewell` in {pr}`250` +- ⬆️ Drop Sphinx v6, add Sphinx v9 support by {user}`chrisjsewell` in {pr}`250` and {pr}`255` +- ⬆️ Update Material Design Icons to v4.0.0-116-ge9da21 by {user}`2bndy5` in {pr}`223` + +### Docs + +- 📚 Document `muted`, `white`, and `black` semantic colors by {user}`agriyakhetarpal` in {pr}`216` + ## 0.6.1 - 2024-08-02 - ⬆️ Update sphinx to >=6,<9 by {user}`chrisjsewell` in {pr}`212` diff --git a/sphinx_design/__init__.py b/sphinx_design/__init__.py index 2a38a8b..059bd62 100644 --- a/sphinx_design/__init__.py +++ b/sphinx_design/__init__.py @@ -2,7 +2,7 @@ from typing import TYPE_CHECKING -__version__ = "0.6.1" +__version__ = "0.7.0" if TYPE_CHECKING: from sphinx.application import Sphinx