Skip to content

Commit 8ea8a8b

Browse files
committed
🚀 RELEASE: 0.17.1
1 parent 0c33663 commit 8ea8a8b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## 0.17.0 - 2022-02-11
412

513
This release contains a number of breaking improvements.

myst_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""An extended commonmark compliant parser, with bridges to docutils & sphinx."""
22
from typing import TYPE_CHECKING
33

4-
__version__ = "0.17.0"
4+
__version__ = "0.17.1"
55

66

77
if TYPE_CHECKING:

0 commit comments

Comments
 (0)