Skip to content

Commit 0271d68

Browse files
authored
🚀 RELEASE: v1.0.0 (#744)
1 parent f4afeef commit 0271d68

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

docs/live-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
---

myst_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
with bridges to [docutils](https://docutils.sourceforge.io/)
33
and [Sphinx](https://github.com/sphinx-doc/sphinx).
44
"""
5-
__version__ = "0.19.2"
5+
__version__ = "1.0.0"
66

77

88
def setup(app):

0 commit comments

Comments
 (0)