File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 22
33from typing import TYPE_CHECKING
44
5- __version__ = "0.6.1 "
5+ __version__ = "0.7.0 "
66
77if TYPE_CHECKING :
88 from sphinx .application import Sphinx
You can’t perform that action at this time.
0 commit comments