We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb2b5e commit 1465ec5Copy full SHA for 1465ec5
CHANGELOG.md
@@ -1,12 +1,12 @@
1
2
-0.12.0 (2025-12-..)
+0.12.0 (2025-12-27)
3
-------------------
4
5
- support Python 3.14, drop support for Python 3.6, 3.7 and 3.8
6
- generated HTML should match mjml 4.18.0
7
- comments in mjml will be present in the generated html by default now to match the reference implementation
8
- various fixes to match HTML generated the JS mjml, found by htmlcompare 0.4
9
-- type hints contributed by @xoudini
+- added type hints (contributed by @xoudini)
10
- correctly render fractional width for mj-column (reported by @SinnySupernova)
11
12
VERSION.txt
@@ -1 +1 @@
-0.11.2dev
+0.12.0
0 commit comments