Skip to content

Commit 15c3b79

Browse files
committed
chore: release 3.3.0
1 parent bdc01ad commit 15c3b79

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

docs/changes.rst

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

44
Here is the full history of mistune v3.
55

6+
Version 3.3.0
7+
-------------
8+
9+
**Released on Jun 21, 2026**
10+
11+
* Improve CommonMark compatibility and parser performance.
12+
* Add command line entrypoint with UTF-8 output.
13+
* Support display and backtick math.
14+
* Render plugin list and table nodes in Markdown renderer.
15+
* Escape leading block markers in Markdown renderer.
16+
* Fix RST renderer for block quotes nested in lists.
17+
* Avoid generated heading ID collisions in TOC.
18+
* Harden URL, image, figure, and include directive handling.
19+
* Fix quadratic scans in inline links, reference links, and formatting markers.
20+
* Fix math escaping, currency pattern matching, and cross-line matching.
21+
622
Version 3.2.1
723
-------------
824

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

0 commit comments

Comments
 (0)