We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8858e5a commit 19de2ffCopy full SHA for 19de2ff
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## 0.3.4 - 2023-02-18
4
+
5
+- ✨ NEW: Add attrs_block_plugin by @chrisjsewell in [#66](https://github.com/executablebooks/mdit-py-plugins/pull/66)
6
+- 👌 Improve field lists by @chrisjsewell in [#65](https://github.com/executablebooks/mdit-py-plugins/pull/65)
7
+- 🔧 Update pre-commit by @chrisjsewell in [#64](https://github.com/executablebooks/mdit-py-plugins/pull/64) (moving from flake8 to ruff)
8
9
+**Full Changelog**: [v0.3.3...v0.3.](https://github.com/executablebooks/mdit-py-plugins/compare/v0.3.3...v0.3.4)
10
11
## 0.3.3 - 2022-12-06
12
13
🐛 FIX: span with end of inline before attrs
mdit_py_plugins/__init__.py
@@ -1 +1 @@
-__version__ = "0.3.3"
+__version__ = "0.3.4"
0 commit comments