File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.6.0 - 2020-12-15
4
+
5
+ 🗑 DEPRECATE: Move plugins to ` mdit_py_plugins `
6
+
7
+ Plugins (in ` markdown_it.extensions ` ) have now been moved to [ executablebooks/mdit-py-plugins] ( https://github.com/executablebooks/mdit-py-plugins ) .
8
+ This will allow for their maintenance to occur on a different cycle to the core code, facilitating the release of a v1.0.0 for this package
9
+
10
+ 🔧 MAINTAIN: Add [ mypy] ( https://mypy.readthedocs.io ) type-checking, thanks to [ @hukkinj1 ] ( https://github.com/hukkinj1 ) .
11
+
3
12
## 0.5.8 - 2020-12-13
4
13
5
14
✨ NEW: Add linkify, thanks to [ @tsutsu3 ] ( https://github.com/tsutsu3 ) .
Original file line number Diff line number Diff line change 1
1
from .main import MarkdownIt # noqa: F401
2
2
3
3
4
- __version__ = "0.5.8 "
4
+ __version__ = "0.6.0 "
You can’t perform that action at this time.
0 commit comments