Skip to content

Commit 6c2f900

Browse files
authored
🚀 RELEASE: v0.6.2
1 parent fa1d3e3 commit 6c2f900

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## 0.6.2 - 2021-02-07
4+
5+
This release brings Markdown-It-Py inline with Markdown-It v11.0.1 (2020-09-14), applying two fixes:
6+
7+
- Fix blockquote lazy newlines, [[#696](markdown-it/markdown-it#696)].
8+
- Fix missed mappings for table rows, [[#705](markdown-it/markdown-it#705)].
9+
10+
Thanks to [@hukkinj1](https://github.com/hukkinj1)!
11+
312
## 0.6.1 - 2021-01-01
413

514
This release provides some improvements to the code base:

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.1"
4+
__version__ = "0.6.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_version():
5252
"psutil",
5353
],
5454
"rtd": [
55-
"myst-nb==0.11.0a1",
55+
"myst-nb~=0.11.1",
5656
"sphinx_book_theme",
5757
"sphinx-panels~=0.4.0",
5858
"sphinx-copybutton",

0 commit comments

Comments
 (0)