Skip to content

Commit 06b0015

Browse files
committed
Step version
1 parent 9dd5620 commit 06b0015

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to the `luamml` package since the
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
this project uses date-based 'snapshot' version identifiers.
77

8-
## Unreleased
8+
## [2025-10-20]
99
### Changed
1010
* Use mtable for equation numbers inserted with \eqno based placement
1111
* Set attributes on structure elements included with structnum annotations

luamml-patches-amsmath.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\ProvidesExplPackage {luamml-patches-amsmath} {2025-06-25} {0.6.0}
1+
\ProvidesExplPackage {luamml-patches-amsmath} {2025-10-20} {0.7.0}
22
{Feel free to add a description here}
33

44
\lua_load_module:n { luamml-amsmath }

luamml-patches-kernel.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\ProvidesExplPackage {luamml-patches-kernel} {2025-06-25} {0.6.0}
1+
\ProvidesExplPackage {luamml-patches-kernel} {2025-07-20} {0.7.0}
22
{Feel free to add a description here}
33

44
% This is not moved to latex-lab for now. It doesn't work properly with structure elements

luamml.dtx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@
122122
% \begin{macrocode}
123123
%<@@=luamml>
124124
%<*luatex>
125-
\ProvidesExplPackage {luamml} {2025-06-25} {0.6.0}
125+
\ProvidesExplPackage {luamml} {2025-10-20} {0.7.0}
126126
{Automatically generate presentational MathML from LuaTeX math expressions}
127127
%</luatex>
128128
%<*pdftex>
129-
\ProvidesExplPackage {luamml-pdf} {2025-06-25} {0.6.0}
129+
\ProvidesExplPackage {luamml-pdf} {2025-10-20} {0.7.0}
130130
{MathML generation for L̶u̶a̶pdfLaTeX}
131131
%</pdftex>
132132
% \end{macrocode}

0 commit comments

Comments
 (0)