Skip to content

Commit

Permalink
🚀 RELEASE: v0.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Sep 21, 2020
1 parent 378dbda commit d9e0f59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.12.10 - 2020-09-21

🐛 FIX: allow dates to be parsed in frontmatter.
: This fixes a bug that would raise errors at parse time if non-string date objects were in front-matter YAML. See [#253](https://github.com/executablebooks/MyST-Parser/pull/253)

## 0.12.9 - 2020-09-08

✨ NEW: Auto-generate heading anchors.
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.9"
__version__ = "0.12.10"


def setup(app):
Expand Down

0 comments on commit d9e0f59

Please sign in to comment.