We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d3378 commit 0b178a9Copy full SHA for 0b178a9
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
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
8
## 0.6.0 - 2024-05-23
9
10
### Dependencies
sphinx_design/__init__.py
@@ -2,7 +2,7 @@
from typing import TYPE_CHECKING
-__version__ = "0.6.0"
+__version__ = "0.6.1"
if TYPE_CHECKING:
from sphinx.application import Sphinx
0 commit comments