Skip to content

Commit 2e1bb52

Browse files
authored
🚀 Release v0.7.0 (#256)
1 parent 6c906da commit 2e1bb52

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

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+
315
## 0.6.1 - 2024-08-02
416

517
- ⬆️ Update sphinx to >=6,<9 by {user}`chrisjsewell` in {pr}`212`

sphinx_design/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from typing import TYPE_CHECKING
44

5-
__version__ = "0.6.1"
5+
__version__ = "0.7.0"
66

77
if TYPE_CHECKING:
88
from sphinx.application import Sphinx

0 commit comments

Comments
 (0)