Skip to content

Commit

Permalink
馃殌 RELEASE: 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Apr 15, 2022
1 parent 0c33663 commit 8ea8a8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.17.1 - 2022-04-15

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

- 馃悰 FIX: Heading anchor resolution for parallel builds (#525)
- 馃敡 MAINTAIN: Move packaging from setuptools to flit (#553)
- 馃敡 MAINTAIN: Directly specify attrs dependency (#555)

## 0.17.0 - 2022-02-11

This release contains a number of breaking improvements.
Expand Down
2 changes: 1 addition & 1 deletion myst_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""An extended commonmark compliant parser, with bridges to docutils & sphinx."""
from typing import TYPE_CHECKING

__version__ = "0.17.0"
__version__ = "0.17.1"


if TYPE_CHECKING:
Expand Down

0 comments on commit 8ea8a8b

Please sign in to comment.