File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.0 - 2023-03-07
4+
5+ 🎉 ** MyST-Parser 1.0.0** 🎉
6+
7+ This changes absolutely nothing in the code, or about the maintenance/release policy of this project.
8+ But it does feel about time 😄
9+
310## 0.19.2 - 2023-03-02
411
512✨ NEW: Add myst_fence_as_directive config (< gh-pr:742 > )
@@ -31,7 +38,7 @@ and have interoperable rendering with tools like GitHub.
3138- 📚 Add ` html_last_updated_fmt = "" ` to conf.py to fix documentation footer, thanks to < gh-user:jeanas > (< gh-pr:691 > )
3239- 📚 Fix the sphinx-design example, thanks to < gh-user:recfab > (< gh-pr:738 > )
3340
34- ## 0.19.1 - 2023-03-02
41+ ## 0.19.1 - 2023-03-07
3542
3643🐛 FIX ` NoURI ` error in doc reference resolution, for texinfo builds (< gh-pr:734 > )
3744
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ py-config:
33 splashscreen :
44 autoclose : true
55 packages :
6- - myst-docutils==0.19
6+ - myst-docutils==1.0
77 - docutils==0.19
88 - pygments
99---
Original file line number Diff line number Diff line change 22with bridges to [docutils](https://docutils.sourceforge.io/)
33and [Sphinx](https://github.com/sphinx-doc/sphinx).
44"""
5- __version__ = "0.19.2 "
5+ __version__ = "1.0.0 "
66
77
88def setup (app ):
You can’t perform that action at this time.
0 commit comments