From be145875645970545ccbd409e0221f85a0b4d329 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Thu, 2 Mar 2023 18:40:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE=20v0.3.5=20(#74)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ mdit_py_plugins/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a3516..f31f610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.3.5 - 2023-03-02 + +- 🐛 FIX: Regression in dollarmath by @chrisjsewell in [#69](https://github.com/executablebooks/mdit-py-plugins/pull/69) +- 🐛 Fix regression in amsmath by @chrisjsewell in [#70](https://github.com/executablebooks/mdit-py-plugins/pull/70) +- 🔧 Correct project documentation link by @andersk in [#73](https://github.com/executablebooks/mdit-py-plugins/pull/73) + ## 0.3.4 - 2023-02-18 - ✨ NEW: Add attrs_block_plugin by @chrisjsewell in [#66](https://github.com/executablebooks/mdit-py-plugins/pull/66) diff --git a/mdit_py_plugins/__init__.py b/mdit_py_plugins/__init__.py index 334b899..a8d4557 100644 --- a/mdit_py_plugins/__init__.py +++ b/mdit_py_plugins/__init__.py @@ -1 +1 @@ -__version__ = "0.3.4" +__version__ = "0.3.5"