We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c906da commit 2e1bb52Copy full SHA for 2e1bb52
2 files changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Change Log
2
3
+## 0.7.0 - 2025-01-19
4
+
5
+### Dependencies
6
7
+- ⬆️ Drop Python 3.9 & 3.10, support Python 3.14 by {user}`chrisjsewell` in {pr}`250`
8
+- ⬆️ Drop Sphinx v6, add Sphinx v9 support by {user}`chrisjsewell` in {pr}`250` and {pr}`255`
9
+- ⬆️ Update Material Design Icons to v4.0.0-116-ge9da21 by {user}`2bndy5` in {pr}`223`
10
11
+### Docs
12
13
+- 📚 Document `muted`, `white`, and `black` semantic colors by {user}`agriyakhetarpal` in {pr}`216`
14
15
## 0.6.1 - 2024-08-02
16
17
- ⬆️ Update sphinx to >=6,<9 by {user}`chrisjsewell` in {pr}`212`
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
0 commit comments