From 6c595f695ecdd9565c0817e1861c3564c3cc06a6 Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Sat, 27 Apr 2024 21:12:09 +0930 Subject: [PATCH] update package info for release [ci skip] --- doc/CHANGES.md | 2 +- fontspec.dtx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 8f27722..c5f5f6e 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,7 +1,7 @@ Change history ============== -## v2.9b (2024/04/20) +## v2.9b (2024/04/27) * Add new `Letters=Uppercase` (LuaLaTeX only) as an interface to `luaotfload` feature which automatically performs case-changing at the font level diff --git a/fontspec.dtx b/fontspec.dtx index 5558428..f6a4a73 100644 --- a/fontspec.dtx +++ b/fontspec.dtx @@ -70,7 +70,7 @@ \ProvidesExplFile{fontspec.dtx} % %<*fontspec> - {2024/02/13}{2.9a}{Font selection for XeLaTeX and LuaLaTeX} + {2024/04/27}{2.9b}{Font selection for XeLaTeX and LuaLaTeX} % % \end{macrocode} % @@ -89,8 +89,8 @@ %local fontspec = fontspec %fontspec.module = { % name = "fontspec", -% version = "2.9a", -% date = "2024/02/13", +% version = "2.9b", +% date = "2024/04/27", % description = "Font selection for XeLaTeX and LuaLaTeX", % author = "Khaled Hosny, Philipp Gesang, Will Robertson", % copyright = "Khaled Hosny, Philipp Gesang, Will Robertson",