Skip to content

Commit 11fb239

Browse files
committed
🚀 RELEASE: v0.16.1
1 parent aaead2f commit 11fb239

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.16.1 - 2021-12-16
4+
5+
✨ NEW: Add `myst_linkify_fuzzy_links` option.
6+
When using the [`linkify` extension](docs/syntax/optional.md#linkify), this option can be used to disable matching of links that do not contain a schema (such as `http://`).
7+
38
## 0.16.0 - 2021-12-06
49

510
This release contains a number of exciting improvements:

myst_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import TYPE_CHECKING
22

3-
__version__ = "0.16.0"
3+
__version__ = "0.16.1"
44

55

66
if TYPE_CHECKING:

0 commit comments

Comments
 (0)