Skip to content

Commit 6b59821

Browse files
committed
🚀 RELEASE: v0.0.9
1 parent f0e3846 commit 6b59821

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v0.0.9 - 2021-06-08
4+
5+
♻️ REFACTOR: `test_sd_hide_root_title` to `sd_hide_title` front-matter
6+
7+
👌 IMPROVE: dropdown chevrons
8+
39
## v0.0.8 - 2021-06-08
410

511
✨ NEW: Add `test_sd_hide_root_title` config option to hide the root title.

sphinx_design/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""A sphinx extension for designing beautiful, view size responsive web components."""
22
from typing import TYPE_CHECKING
33

4-
__version__ = "0.0.8"
4+
__version__ = "0.0.9"
55

66
if TYPE_CHECKING:
77
from sphinx.application import Sphinx

0 commit comments

Comments
 (0)