File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## v0.0.13
3+ ## v0.1.0 - 2022-04-21
4+
5+ - ✨ NEW: Add material design icons roles, thanks to @2bndy5 in [ #41 ] ( https://github.com/executablebooks/sphinx-design/pull/41 )
6+ - ⬆️ UPGRADE: octicons to v16.1.1, thanks to @pocek in [ #43 ] ( https://github.com/executablebooks/sphinx-design/pull/43 )
7+ - 🐛 FIX: Links in card titles by @chrisjsewell in [ #59 ] ( https://github.com/executablebooks/sphinx-design/pull/59 )
8+ - 🐛 FIX: Exception on missing card link by @chrisjsewell in [ #60 ] ( https://github.com/executablebooks/sphinx-design/pull/60 )
9+ - 🔧 MAINTAIN: Move from setuptools to flit for package build by @chrisjsewell in [ #58 ] ( https://github.com/executablebooks/sphinx-design/pull/58 )
10+ - 🔧 MAINTAIN: Drop furo-specific stylesheet, thanks to @pradyunsg in [ #22 ] ( https://github.com/executablebooks/sphinx-design/pull/22 )
11+
12+ ** Full Changelog** : < https://github.com/executablebooks/sphinx-design/compare/v0.0.13...v0.1.0 >
13+
14+ ## v0.0.13 - 2021-10-27
415
516✨ NEW: add icon ` far ` role (#35 ), thanks to @OriolAbril
617
Original file line number Diff line number Diff line change 11"""A sphinx extension for designing beautiful, view size responsive web components."""
22from typing import TYPE_CHECKING
33
4- __version__ = "0.0.13 "
4+ __version__ = "0.1.0 "
55
66if TYPE_CHECKING :
77 from sphinx .application import Sphinx
You can’t perform that action at this time.
0 commit comments