Skip to content

Commit

Permalink
馃殌 RELEASE: v0.13.1 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Dec 31, 2020
1 parent ca3a431 commit 858d180
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.13.1 - 2020-12-31

馃憣 Directives can now be used for inline substitutions, e.g.

```md
---
substitutions:
key: |
```{image} img/fun-fish.png
:alt: fishy
:height: 20px
```
---

An inline image: {{ key }}
```
## 0.13.0 - 2020-12-18
This release makes some major updates to the optional syntaxes.
Expand Down
2 changes: 1 addition & 1 deletion myst_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import TYPE_CHECKING

__version__ = "0.13.0"
__version__ = "0.13.1"


if TYPE_CHECKING:
Expand Down

0 comments on commit 858d180

Please sign in to comment.