Skip to content

Commit

Permalink
🚀 RELEASE: v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Aug 8, 2021
1 parent 98d276d commit 670ea79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v0.0.10 - 2021-08-08

✨ NEW: Add `grid-item` directive `child-direction` and `child-align` options

✨ NEW: Add `card` directive `img-background` option

## v0.0.9 - 2021-06-08

♻️ REFACTOR: `test_sd_hide_root_title` to `sd_hide_title` front-matter
Expand Down
2 changes: 1 addition & 1 deletion sphinx_design/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A sphinx extension for designing beautiful, view size responsive web components."""
from typing import TYPE_CHECKING

__version__ = "0.0.9"
__version__ = "0.0.10"

if TYPE_CHECKING:
from sphinx.application import Sphinx
Expand Down

0 comments on commit 670ea79

Please sign in to comment.