We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c33663 commit 8ea8a8bCopy full SHA for 8ea8a8b
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.17.1 - 2022-04-15
4
+
5
+Full Changelog: [v0.17.0...v0.17.1](https://github.com/executablebooks/MyST-Parser/compare/v0.17.0...v0.17.1)
6
7
+- 🐛 FIX: Heading anchor resolution for parallel builds (#525)
8
+- 🔧 MAINTAIN: Move packaging from setuptools to flit (#553)
9
+- 🔧 MAINTAIN: Directly specify attrs dependency (#555)
10
11
## 0.17.0 - 2022-02-11
12
13
This release contains a number of breaking improvements.
myst_parser/__init__.py
@@ -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:
0 commit comments