Skip to content

Commit 0b178a9

Browse files
authored
🚀 Release v0.6.1 (#213)
1 parent 36d3378 commit 0b178a9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.6.1 - 2024-08-02
4+
5+
- ⬆️ Update sphinx to >=6,<9 by {user}`chrisjsewell` in {pr}`212`
6+
- 👌 Reduce right-padding of dropdown title by {user}`chrisjsewell` in {pr}`198`
7+
38
## 0.6.0 - 2024-05-23
49

510
### Dependencies

Diff for: sphinx_design/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from typing import TYPE_CHECKING
44

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

77
if TYPE_CHECKING:
88
from sphinx.application import Sphinx

0 commit comments

Comments
 (0)