Skip to content

Commit

Permalink
🚀 Release v0.6.1 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Aug 2, 2024
1 parent 36d3378 commit 0b178a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.6.1 - 2024-08-02

- ⬆️ Update sphinx to >=6,<9 by {user}`chrisjsewell` in {pr}`212`
- 👌 Reduce right-padding of dropdown title by {user}`chrisjsewell` in {pr}`198`

## 0.6.0 - 2024-05-23

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion sphinx_design/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b178a9

Please sign in to comment.