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 1
1
# Changelog
2
2
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
+
3
10
## 0.19.2 - 2023-03-02
4
11
5
12
✨ NEW: Add myst_fence_as_directive config (< gh-pr:742 > )
@@ -31,7 +38,7 @@ and have interoperable rendering with tools like GitHub.
31
38
- 📚 Add ` html_last_updated_fmt = "" ` to conf.py to fix documentation footer, thanks to < gh-user:jeanas > (< gh-pr:691 > )
32
39
- 📚 Fix the sphinx-design example, thanks to < gh-user:recfab > (< gh-pr:738 > )
33
40
34
- ## 0.19.1 - 2023-03-02
41
+ ## 0.19.1 - 2023-03-07
35
42
36
43
🐛 FIX ` NoURI ` error in doc reference resolution, for texinfo builds (< gh-pr:734 > )
37
44
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ py-config:
3
3
splashscreen :
4
4
autoclose : true
5
5
packages :
6
- - myst-docutils==0.19
6
+ - myst-docutils==1.0
7
7
- docutils==0.19
8
8
- pygments
9
9
---
Original file line number Diff line number Diff line change 2
2
with bridges to [docutils](https://docutils.sourceforge.io/)
3
3
and [Sphinx](https://github.com/sphinx-doc/sphinx).
4
4
"""
5
- __version__ = "0.19.2 "
5
+ __version__ = "1.0.0 "
6
6
7
7
8
8
def setup (app ):
You can’t perform that action at this time.
0 commit comments