Skip to content

Commit 4971839

Browse files
committed
🚀 RELEASE: v0.12.4
1 parent a10f882 commit 4971839

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.12.4 - 2020-27-08
4+
5+
👌 IMPROVE: the mathjax extension is now only overridden if strictly necessary (to support dollar and ams math), and the override is more precise, to mitigate any unwanted side-effects
6+
37
## 0.12.3 - 2020-26-08
48

59
✨ NEW: Add definition lists.

myst_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.12.3"
1+
__version__ = "0.12.4"
22

33

44
def setup(app):

0 commit comments

Comments
 (0)