From 11fb239930c0f4b37ee8c8f7f64a4aed09d55e0a Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Thu, 16 Dec 2021 11:35:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.16.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ myst_parser/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf35da0..4253fd03 100644 --- a/CHANGELOG.md +++ b/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: diff --git a/myst_parser/__init__.py b/myst_parser/__init__.py index 6574e349..ae43a54e 100644 --- a/myst_parser/__init__.py +++ b/myst_parser/__init__.py @@ -1,6 +1,6 @@ from typing import TYPE_CHECKING -__version__ = "0.16.0" +__version__ = "0.16.1" if TYPE_CHECKING: