File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 2.2.0 - 2023-02-22
4
+
5
+ ### What's Changed
6
+
7
+ * ⬆️ UPGRADE: Allow linkify-it-py v2 by @hukkin in [ #218 ] ( https://github.com/executablebooks/markdown-it-py/pull/218 )
8
+ * 🐛 FIX: CVE-2023 -26303 by @chrisjsewell in [ #246 ] ( https://github.com/executablebooks/markdown-it-py/pull/246 )
9
+ * 🐛 FIX: CLI crash on non-utf8 character by @chrisjsewell in [ #247 ] ( https://github.com/executablebooks/markdown-it-py/pull/247 )
10
+ * 📚 DOCS: Update the example by @redstoneleo in [ #229 ] ( https://github.com/executablebooks/markdown-it-py/pull/229 )
11
+ * 📚 DOCS: Add section about markdown renderer by @holamgadol in [ #227 ] ( https://github.com/executablebooks/markdown-it-py/pull/227 )
12
+ * 🔧 Create SECURITY.md by @chrisjsewell in [ #248 ] ( https://github.com/executablebooks/markdown-it-py/pull/248 )
13
+ * 🔧 MAINTAIN: Update mypy's additional dependencies by @hukkin in [ #217 ] ( https://github.com/executablebooks/markdown-it-py/pull/217 )
14
+ * Fix typo by @jwilk in [ #230 ] ( https://github.com/executablebooks/markdown-it-py/pull/230 )
15
+ * 🔧 Bump GH actions by @chrisjsewell in [ #244 ] ( https://github.com/executablebooks/markdown-it-py/pull/244 )
16
+ * 🔧 Update benchmark pkg versions by @chrisjsewell in [ #245 ] ( https://github.com/executablebooks/markdown-it-py/pull/245 )
17
+
18
+ ### New Contributors
19
+
20
+ Thanks to 🎉
21
+
22
+ * @jwilk made their first contribution in [ #230 ] ( https://github.com/executablebooks/markdown-it-py/pull/230 )
23
+ * @holamgadol made their first contribution in [ #227 ] ( https://github.com/executablebooks/markdown-it-py/pull/227 )
24
+ * @redstoneleo made their first contribution in [ #229 ] ( https://github.com/executablebooks/markdown-it-py/pull/229 )
25
+
26
+ ** Full Changelog** : < https://github.com/executablebooks/markdown-it-py/compare/v2.1.0...v2.2.0 >
27
+
3
28
## 2.1.0 - 2022-04-15
4
29
5
30
This release is primarily to replace the ` attrs ` package dependency,
Original file line number Diff line number Diff line change 1
1
"""A Python port of Markdown-It"""
2
2
__all__ = ("MarkdownIt" ,)
3
- __version__ = "2.1 .0"
3
+ __version__ = "2.2 .0"
4
4
5
5
from .main import MarkdownIt
You can’t perform that action at this time.
0 commit comments