Skip to content

Commit c35bf14

Browse files
authored
🚀 RELEASE: v0.3.1 (#52)
1 parent f2f854a commit c35bf14

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

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+
311
## 0.3.0 - 2021-12-03
412

513
- ⬆️ UPGRADE: Compatible with markdown-it-py `v2`.

mdit_py_plugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)