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 f2f854a commit c35bf14Copy full SHA for c35bf14
βCHANGELOG.mdβ
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## 0.3.1 - 2022-09-27
4
+
5
+- β¬οΈ UPGRADE: Drop Python 3.6, support Python 3.10
6
+- π FIX: Parsing when newline is between footnote ID and first paragraph
7
+- π FIX: Anchor ids in separate renders no longer affect each other.
8
+- β¨ NEW: Add `attrs_plugin`
9
+- π§ MAINTAIN: Use flit PEP 621 package build
10
11
## 0.3.0 - 2021-12-03
12
13
- β¬οΈ UPGRADE: Compatible with markdown-it-py `v2`.
βmdit_py_plugins/__init__.pyβ
@@ -1 +1 @@
-__version__ = "0.3.0"
+__version__ = "0.3.1"
0 commit comments