Skip to content

Commit 36de47c

Browse files
committed
chore: release 3.3.1
1 parent 18c21d7 commit 36de47c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

docs/changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Changelog
33

44
Here is the full history of mistune v3.
55

6+
Version 3.3.1
7+
-------------
8+
9+
**Released on Jun 22, 2026**
10+
11+
* Fix ``abbr`` plugin compatibility with escaped inline text.
12+
* Normalize included Markdown line endings before parsing directives.
13+
614
Version 3.3.0
715
-------------
816

src/mistune/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ def markdown(
9797
"markdown",
9898
]
9999

100-
__version__ = "3.3.0"
100+
__version__ = "3.3.1"
101101
__homepage__ = "https://mistune.lepture.com/"

0 commit comments

Comments
 (0)