Skip to content

Commit 9f826bd

Browse files
committed
🚀 RELEASE: v0.6.1
1 parent 4f1346c commit 9f826bd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.6.1 - 2021-01-01
4+
5+
This release provides some improvements to the code base:
6+
7+
- 🐛 FIX: Do not resolve backslash escapes inside auto-links
8+
- 🐛 FIX: Add content to image tokens
9+
- 👌 IMPROVE: Add more type annotations, thanks to [@hukkinj1](https://github.com/hukkinj1)
10+
311
## 0.6.0 - 2020-12-15
412

513
🗑 DEPRECATE: Move plugins to `mdit_py_plugins`

markdown_it/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .main import MarkdownIt # noqa: F401
22

33

4-
__version__ = "0.6.0"
4+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)