Skip to content

Commit

Permalink
🚀 RELEASE: v1.0.0 (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 7, 2023
1 parent f4afeef commit 0271d68
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## 1.0.0 - 2023-03-07

🎉 **MyST-Parser 1.0.0** 🎉

This changes absolutely nothing in the code, or about the maintenance/release policy of this project.
But it does feel about time 😄

## 0.19.2 - 2023-03-02

✨ NEW: Add myst_fence_as_directive config (<gh-pr:742>)
Expand Down Expand Up @@ -31,7 +38,7 @@ and have interoperable rendering with tools like GitHub.
- 📚 Add `html_last_updated_fmt = ""` to conf.py to fix documentation footer, thanks to <gh-user:jeanas> (<gh-pr:691>)
- 📚 Fix the sphinx-design example, thanks to <gh-user:recfab> (<gh-pr:738>)

## 0.19.1 - 2023-03-02
## 0.19.1 - 2023-03-07

🐛 FIX `NoURI` error in doc reference resolution, for texinfo builds (<gh-pr:734>)

Expand Down
2 changes: 1 addition & 1 deletion docs/live-preview.md
Expand Up @@ -3,7 +3,7 @@ py-config:
splashscreen:
autoclose: true
packages:
- myst-docutils==0.19
- myst-docutils==1.0
- docutils==0.19
- pygments
---
Expand Down
2 changes: 1 addition & 1 deletion myst_parser/__init__.py
Expand Up @@ -2,7 +2,7 @@
with bridges to [docutils](https://docutils.sourceforge.io/)
and [Sphinx](https://github.com/sphinx-doc/sphinx).
"""
__version__ = "0.19.2"
__version__ = "1.0.0"


def setup(app):
Expand Down

0 comments on commit 0271d68

Please sign in to comment.