Skip to content

Commit

Permalink
馃殌 RELEASE: v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jan 1, 2021
1 parent 4f1346c commit 9f826bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## 0.6.1 - 2021-01-01

This release provides some improvements to the code base:

- 馃悰 FIX: Do not resolve backslash escapes inside auto-links
- 馃悰 FIX: Add content to image tokens
- 馃憣 IMPROVE: Add more type annotations, thanks to [@hukkinj1](https://github.com/hukkinj1)

## 0.6.0 - 2020-12-15

馃棏 DEPRECATE: Move plugins to `mdit_py_plugins`
Expand Down
2 changes: 1 addition & 1 deletion markdown_it/__init__.py
@@ -1,4 +1,4 @@
from .main import MarkdownIt # noqa: F401


__version__ = "0.6.0"
__version__ = "0.6.1"

0 comments on commit 9f826bd

Please sign in to comment.