From c67cbf2d1f3486fbf64ffa2a0e851d10ef6eeab3 Mon Sep 17 00:00:00 2001 From: Max Chernoff <49086429+gucci-on-fleek@users.noreply.github.com> Date: Tue, 22 Nov 2022 00:43:27 -0700 Subject: [PATCH] Release v3.0.0 Closes #39 --- CHANGELOG.md | 4 ++-- README.md | 2 +- docs/manual/lwc-manual.tex | 2 +- source/lua-widow-control-2022-02-22.sty | 4 ++-- source/lua-widow-control.lua | 4 ++-- source/lua-widow-control.opm | 2 +- source/lua-widow-control.sty | 6 +++--- source/lua-widow-control.tex | 2 +- source/t-lua-widow-control.mkxl | 4 ++-- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c3605f..e003f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Changelog All notable changes to lua-widow-control will be listed here, in reverse chronological order. **Changes listed in bold** are important changes: they either remove options or commands, or may change the location of page breaks. -## Unreleased +## v3.0.0 (2022-11-22) - Add the new _TUGboat_ and _Zpravodaj_ articles. @@ -27,7 +27,7 @@ All notable changes to lua-widow-control will be listed here, in reverse chronol Add support for node colouring in ConTeXt and OpTeX ([#39](https://github.com/gucci-on-fleek/lua-widow-control/issues/39)). -## v2.2.2 (2022-08-23) +## [v2.2.2 (2022-08-23)](https://github.com/gucci-on-fleek/lua-widow-control/releases/tag/release-6c91837c205572a78a0bcaf9c80b8e475ef71689) - Add preliminary support for inserts/footnotes in LuaMetaTeX ([#38](https://github.com/gucci-on-fleek/lua-widow-control/issues/38)). diff --git a/README.md b/README.md index a880902..93f9444 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,4 @@ Lua-widow-control is licensed under the [_Mozilla Public License_, version 2.0]( Please note that a compiled document is absolutely **not** considered to be an "Executable Form" as defined by the MPL. The use of lua-widow-control in a document does not place **any** obligations on the document's author or distributors. The MPL and CC-BY-SA licenses **only** apply to you if you distribute the lua-widow-control source code or documentation. --- -_v2.2.2 (2022-08-23)_ +_v3.0.0 (2022-11-22)_ diff --git a/docs/manual/lwc-manual.tex b/docs/manual/lwc-manual.tex index 54e62de..ef46472 100644 --- a/docs/manual/lwc-manual.tex +++ b/docs/manual/lwc-manual.tex @@ -66,7 +66,7 @@ \startdocument[ title=lua-widow-control, author=Max Chernoff, - version=2.2.2, %%version + version=3.0.0, %%version github=https://github.com/gucci-on-fleek/lua-widow-control, ctan=https://www.ctan.org/pkg/lua-widow-control, ] diff --git a/source/lua-widow-control-2022-02-22.sty b/source/lua-widow-control-2022-02-22.sty index bdfa099..d7f8601 100644 --- a/source/lua-widow-control-2022-02-22.sty +++ b/source/lua-widow-control-2022-02-22.sty @@ -12,8 +12,8 @@ % report a real version number here for debugging. \PackageInfo{lua-widow-control}{% Real version: - 2022/08/23 %%slashdate - v2.2.2 %%version + 2022/11/22 %%slashdate + v3.0.0 %%version } \PackageWarning{lua-widow-control}{% diff --git a/source/lua-widow-control.lua b/source/lua-widow-control.lua index fda7915..59ae84e 100644 --- a/source/lua-widow-control.lua +++ b/source/lua-widow-control.lua @@ -228,8 +228,8 @@ elseif plain or latex or optex then debug("Plain/LaTeX") luatexbase.provides_module { name = lwc.name, - date = "2022/08/23", --%%slashdate - version = "2.2.2", --%%version + date = "2022/11/22", --%%slashdate + version = "3.0.0", --%%version description = [[ This module provides a LuaTeX-based solution to prevent diff --git a/source/lua-widow-control.opm b/source/lua-widow-control.opm index 2b427b9..fa2be77 100644 --- a/source/lua-widow-control.opm +++ b/source/lua-widow-control.opm @@ -3,7 +3,7 @@ % SPDX-License-Identifier: MPL-2.0+ % SPDX-FileCopyrightText: 2022 Max Chernoff -\_codedecl\lwcenable{lua-widow-control } %%version +\_codedecl\lwcenable{lua-widow-control } %%version \_namespace{lwc} \_clubpenalty=1 diff --git a/source/lua-widow-control.sty b/source/lua-widow-control.sty index 62a1b8b..ad3e95a 100644 --- a/source/lua-widow-control.sty +++ b/source/lua-widow-control.sty @@ -13,7 +13,7 @@ \DeclareRelease{}{0000-00-00}{lua-widow-control-2022-02-22.sty} \DeclareRelease{v1.1.6}{2022-02-22}{lua-widow-control-2022-02-22.sty} -\DeclareCurrentRelease{v2.2.2}{2022-08-23} %%version %%dashdate +\DeclareCurrentRelease{v3.0.0}{2022-11-22} %%version %%dashdate % If this version of LaTeX doesn't support command hooks, then we load % the last v1.1.X version of the package. @@ -23,8 +23,8 @@ \ProvidesExplPackage {lua-widow-control} - {2022/08/23} %%slashdate - {v2.2.2} %%version + {2022/11/22} %%slashdate + {v3.0.0} %%version {Use Lua to remove widows and orphans} % Message and String Constants diff --git a/source/lua-widow-control.tex b/source/lua-widow-control.tex index 1808b79..e25342e 100644 --- a/source/lua-widow-control.tex +++ b/source/lua-widow-control.tex @@ -3,7 +3,7 @@ % SPDX-License-Identifier: MPL-2.0+ % SPDX-FileCopyrightText: 2022 Max Chernoff -\wlog{lua-widow-control v2.2.2} %%version +\wlog{lua-widow-control v3.0.0} %%version \ifx\directlua\undefined \errmessage{% diff --git a/source/t-lua-widow-control.mkxl b/source/t-lua-widow-control.mkxl index 8f0874b..b4d35eb 100644 --- a/source/t-lua-widow-control.mkxl +++ b/source/t-lua-widow-control.mkxl @@ -1,10 +1,10 @@ %D \module %D [ file=t-lua-widow-control, -%D version=2.2.2, %%version +%D version=3.0.0, %%version %D title=lua-widow-control, %D subtitle=\ConTeXt module for lua-widow-control, %D author=Max Chernoff, -%D date=2022-08-23, %%dashdate +%D date=2022-11-22, %%dashdate %D copyright=Max Chernoff, %D license=MPL-2.0+, %D url=https://github.com/gucci-on-fleek/lua-widow-control]