Skip to content

Commit da70e05

Browse files
authored
🚀 Release v0.6.1 (#140)
1 parent f41d88c commit da70e05

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.6.1 - 2026-05-13
4+
5+
- 🐛 FIX: Nested field lists incorrectly nesting inside parent containers (#139)
6+
7+
Field lists inside list items (or other indented containers) would recursively nest each field inside the previous one, instead of being siblings.
8+
39
## 0.6.0 - 2026-05-07
410

511
- ✨ NEW: Add GFM autolink and composite GFM plugins (#135)

mdit_py_plugins/__init__.py

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

0 commit comments

Comments
 (0)