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 11# Change Log
22
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+
312## 0.5.8 - 2020-12-13
413
514✨ NEW: Add linkify, thanks to [ @tsutsu3 ] ( https://github.com/tsutsu3 ) .
Original file line number Diff line number Diff line change 11from .main import MarkdownIt # noqa: F401
22
33
4- __version__ = "0.5.8 "
4+ __version__ = "0.6.0 "
You can’t perform that action at this time.
0 commit comments