Skip to content

Commit

Permalink
🚀 RELEASE: v0.12.8 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Sep 1, 2020
1 parent 2736987 commit e7b9898
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Change log
# Changelog

## 0.12.7 - 2020-31-08

✨ NEW: Want to include your README.md in the documentation?
See [including a file from outside the docs folder](https://myst-parser.readthedocs.io/en/latest/using/howto.html#include-a-file-from-outside-the-docs-folder-like-readme-md).
See [including a file from outside the docs folder](docs/using/howto.md).

(👌 added `relative-docs` option in 0.12.8)

## 0.12.5 - 2020-28-08

Expand Down
4 changes: 4 additions & 0 deletions docs/develop/_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
```{include} ../../CHANGELOG.md
:relative-docs: docs/
:relative-images:
```
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ caption: Reference and contributing
examples/index.md
develop/index.md
api/index.md
develop/_changelog.md
GitHub repo <https://github.com/executablebooks/myst-parser>
```

Expand Down
2 changes: 1 addition & 1 deletion myst_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.12.7"
__version__ = "0.12.8"


def setup(app):
Expand Down

0 comments on commit e7b9898

Please sign in to comment.