Skip to content

Commit 060f73a

Browse files
committed
chore: release 3.3.3
1 parent ae7e9d5 commit 060f73a

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

docs/changes.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ Unreleased
99
* Escape literal ``*``/``_`` emphasis markers in the Markdown renderer so
1010
round-tripping escaped text does not re-introduce emphasis.
1111

12+
Version 3.3.3
13+
-------------
14+
15+
**Released on Jul 9, 2026**
16+
17+
* Limit deeply nested emphasis and image parsing to avoid ``RecursionError``.
18+
* Fix repeated link suffix and unclosed formatting marker performance issues.
19+
* Fix unclosed inline spoiler performance issues.
20+
* Avoid recursive parsing for adjacent ruby tokens.
21+
* Speed up footnote reference indexing.
22+
1223
Version 3.3.2
1324
-------------
1425

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.2"
100+
__version__ = "3.3.3"
101101
__homepage__ = "https://mistune.lepture.com/"

0 commit comments

Comments
 (0)