Skip to content

Commit 670ea79

Browse files
committed
🚀 RELEASE: v0.0.10
1 parent 98d276d commit 670ea79

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.10 - 2021-08-08
4+
5+
✨ NEW: Add `grid-item` directive `child-direction` and `child-align` options
6+
7+
✨ NEW: Add `card` directive `img-background` option
8+
39
## v0.0.9 - 2021-06-08
410

511
♻️ REFACTOR: `test_sd_hide_root_title` to `sd_hide_title` front-matter

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.9"
4+
__version__ = "0.0.10"
55

66
if TYPE_CHECKING:
77
from sphinx.application import Sphinx

0 commit comments

Comments
 (0)