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 1
1
# Change Log
2
2
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
4
15
5
16
✨ NEW: add icon ` far ` role (#35 ), thanks to @OriolAbril
6
17
Original file line number Diff line number Diff line change 1
1
"""A sphinx extension for designing beautiful, view size responsive web components."""
2
2
from typing import TYPE_CHECKING
3
3
4
- __version__ = "0.0.13 "
4
+ __version__ = "0.1.0 "
5
5
6
6
if TYPE_CHECKING :
7
7
from sphinx .application import Sphinx
You can’t perform that action at this time.
0 commit comments