Skip to content

Commit

Permalink
馃殌 RELEASE: v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jun 17, 2021
1 parent 05d9972 commit 6497916
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.15.1 - 2021-06-18

馃憣 IMPROVE: MathJax compatibility with `nbsphinx`

`nbsphinx` also overrides the MathJax configuration.
For compatibility, `output_area` is added to the list of default processed classes, and the override warning is allowed to be suppressed with `suppress_warnings = ["myst.mathjax"]`.

## 0.15.0 - 2021-06-13

### Upgraded to `sphinx` v4 猬嗭笍
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.15.0"
__version__ = "0.15.1"


if TYPE_CHECKING:
Expand Down

0 comments on commit 6497916

Please sign in to comment.