From 4ebc534ba5777bc829dafe4ca953979bfbc63a73 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Thu, 2 Mar 2023 18:32:00 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9A=80=20RELEASE=20v0.3.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mdit_py_plugins/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From f8c259202500affb839a0533d84015c542db85a7 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Thu, 2 Mar 2023 18:38:58 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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)