diff --git a/CHANGELOG.md b/CHANGELOG.md index 89558a2..3d5f75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## v0.0.13 + +✨ NEW: add icon `far` role (#35), thanks to @OriolAbril + +👌 IMPROVE: Styling for tabs (#21), thanks to @pradyunsg + +👌 IMPROVE: Properly remove the border on dropdown card body (#23), thanks to @pradyunsg + +🐛 FIX: `sd-outline-*` classes color (#25) + ## v0.0.11 - 2021-09-08 ✨ NEW: Add `ref-type` option to `button-ref` directive diff --git a/sphinx_design/__init__.py b/sphinx_design/__init__.py index 594ea35..40231a5 100644 --- a/sphinx_design/__init__.py +++ b/sphinx_design/__init__.py @@ -1,7 +1,7 @@ """A sphinx extension for designing beautiful, view size responsive web components.""" from typing import TYPE_CHECKING -__version__ = "0.0.12" +__version__ = "0.0.13" if TYPE_CHECKING: from sphinx.application import Sphinx