Skip to content

Commit

Permalink
🚀 RELEASE: v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Dec 16, 2021
1 parent aaead2f commit 11fb239
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 0.16.1 - 2021-12-16

✨ NEW: Add `myst_linkify_fuzzy_links` option.
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://`).

## 0.16.0 - 2021-12-06

This release contains a number of exciting improvements:
Expand Down
2 changes: 1 addition & 1 deletion myst_parser/__init__.py
@@ -1,6 +1,6 @@
from typing import TYPE_CHECKING

__version__ = "0.16.0"
__version__ = "0.16.1"


if TYPE_CHECKING:
Expand Down

0 comments on commit 11fb239

Please sign in to comment.