Skip to content

Commit

Permalink
🚀 RELEASE: 0.18.1 (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Sep 27, 2022
1 parent ce52268 commit 28725fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## 0.18.1 - 2022-27-09

Full Changelog: [v0.18.0...v0.18.1](https://github.com/executablebooks/MyST-Parser/compare/v0.18.0...v0.18.1)

- ⬆️ UPGRADE: docutils 0.19 support (#611)
- ✨ NEW: Add `attrs_image` (experimental) extension (#620)
- e.g. `![image](image.png){#id .class width=100px}`
- See: [Optional syntax section](docs/syntax/optional.md)
- **Important**: This is an experimental extension, and may change in future releases

## 0.18.0 - 2022-06-07

Full Changelog: [v0.17.2...v0.18.0](https://github.com/executablebooks/MyST-Parser/compare/v0.17.2...v0.18.0)
Expand Down
2 changes: 1 addition & 1 deletion myst_parser/__init__.py
@@ -1,5 +1,5 @@
"""An extended commonmark compliant parser, with bridges to docutils & sphinx."""
__version__ = "0.18.0"
__version__ = "0.18.1"


def setup(app):
Expand Down

0 comments on commit 28725fc

Please sign in to comment.