Skip to content

Commit a88b0a8

Browse files
committed
🚀 RELEASE: v0.0.5
1 parent 7c8c266 commit a88b0a8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

3+
## v0.0.5 - 2021-28-07
4+
5+
👌 IMPROVE: Make octicon's size variable
6+
37
## v0.0.4 - 2021-28-07
48

59
👌 IMPROVE: Allow `auto` for grid columns.
610

711
## v0.0.3 - 2021-26-07
812

9-
- Add more CSS classes 👌
10-
- Improve documentation 📚
13+
👌 IMPROVE: Add more CSS classes and add documentation 📚
1114

1215
## v0.0.2 - 2021-23-07
1316

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

66
if TYPE_CHECKING:
77
from sphinx.application import Sphinx

0 commit comments

Comments
 (0)