Skip to content

Commit 07f3f8e

Browse files
committed
🚀 RELEASE: v0.0.6
1 parent db15bff commit 07f3f8e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## v0.0.6 - 2021-04-08
4+
5+
✨ NEW: Add `card-carousel` directive
6+
37
## v0.0.5 - 2021-28-07
48

59
👌 IMPROVE: Make octicon's size variable

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sphinx-design (IN-DEVELOPMENT)
1+
# sphinx-design
22

33
[![Github-CI][github-ci]][github-link]
44
[![Coverage Status][codecov-badge]][codecov-link]

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.5"
4+
__version__ = "0.0.6"
55

66
if TYPE_CHECKING:
77
from sphinx.application import Sphinx

0 commit comments

Comments
 (0)