Skip to content

Commit 2d4aec3

Browse files
committed
Update copyright dates
1 parent fa41dd7 commit 2d4aec3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
summary: Underlining for LuaLaTeX
6060
ctan-path: /macros/luatex/latex/lua-ul
6161
update: true
62-
topics: [underline, luatex]
62+
topics: underline,luatex
6363
description: |
6464
This package provides underlining, strikethough, and highlighting using features in LuaLaTeX which avoid the restrictions imposed by other methods. In particular, kerning is not affected, the underlined text can use arbitrary commands, hyphenation works etc.
6565

docstrip-luacode.sty

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Copyright (C) 2020-2022 by Marcel Krueger
1+
%% Copyright (C) 2020-2024 by Marcel Krueger
22
%%
33
%% This file may be distributed and/or modified under the
44
%% conditions of the LaTeX Project Public License, either

lua-ul.dtx

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% \iffalse meta-comment
22
%
3-
%% Copyright (C) 2020-2022 by Marcel Krueger
3+
%% Copyright (C) 2020-2024 by Marcel Krueger
44
%%
55
%% This file may be distributed and/or modified under the
66
%% conditions of the LaTeX Project Public License, either
@@ -244,6 +244,7 @@ local callback_define
244244
% \end{macrocode}
245245
% HACK: Do not do this at home! We need to define the engine callback directly,
246246
% so we use the debug library to get the ``real'' \verb+callback.define+:
247+
% \changes{0.2.1}{2024-02-26}{Reimplement callback patching to be TL 2024 compatible}
247248
% \begin{macrocode}
248249
do
249250
local saved_luatexbase, saved_callback_register = luatexbase, callback.register
@@ -937,7 +938,7 @@ require'lua-ul-patches-preserve-attr'
937938
\NeedsTeXFormat{LaTeX2e}
938939
\ProvidesExplPackage
939940
{lua-ul}
940-
{2022-05-31}{0.2.0}{Underlining and related functionality for LuaTeX}
941+
{2024-02-26}{0.2.1}{Underlining and related functionality for LuaTeX}
941942
% \fi
942943
% First define some messages.
943944
% \begin{macrocode}

0 commit comments

Comments
 (0)