Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gucci-on-fleek committed May 14, 2022
1 parent 15230f3 commit 82563aa
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.6 (2022-04-23)_ <!--%%version %%dashdate-->
_v2.1.0 (2022-05-14)_ <!--%%version %%dashdate-->
2 changes: 1 addition & 1 deletion docs/lwc-documentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
\startdocument[
title=lua-widow-control,
author=Max Chernoff,
version=2.0.6, %%version
version=2.1.0, %%version
github=https://github.com/gucci-on-fleek/lua-widow-control,
ctan=https://www.ctan.org/pkg/lua-widow-control,
]
Expand Down
4 changes: 2 additions & 2 deletions source/lua-widow-control-2022-02-22.sty
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
% report a real version number here for debugging.
\PackageInfo{lua-widow-control}{%
Real version:
2022/04/23 %%slashdate
v2.0.6 %%version
2022/05/14 %%dashdate
v2.1.0 %%version
}

\PackageWarning{lua-widow-control}{%
Expand Down
4 changes: 2 additions & 2 deletions source/lua-widow-control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ elseif plain or latex or optex then
debug_print("Plain/LaTeX")
luatexbase.provides_module {
name = lwc.name,
date = "2022/04/23", --%%slashdate
version = "2.0.6", --%%version
date = "2022/05/14", --%%dashdate
version = "2.1.0", --%%version
description = [[
This module provides a LuaTeX-based solution to prevent
Expand Down
2 changes: 1 addition & 1 deletion source/lua-widow-control.opm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% SPDX-License-Identifier: MPL-2.0+
% SPDX-FileCopyrightText: 2022 Max Chernoff

\_codedecl\lwcenable{lua-widow-control <v2.0.6>} %%version
\_codedecl\lwcenable{lua-widow-control <v2.1.0>} %%version
\_namespace{lwc}

\_clubpenalty=1
Expand Down
6 changes: 3 additions & 3 deletions source/lua-widow-control.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.6}{2022-04-23} %%version %%dashdate
\DeclareCurrentRelease{v2.1.0}{2022-05-14} %%version %%dashdate

% If this version of LaTeX doesn't support command hooks, then we load
% the last v1.1.X version of the package.
Expand All @@ -23,8 +23,8 @@

\ProvidesExplPackage
{lua-widow-control}
{2022/04/23} %%slashdate
{v2.0.6} %%version
{2022/05/14} %%dashdate
{v2.1.0} %%version
{Use Lua to remove widows and orphans}

% Unconditional Package Loads
Expand Down
2 changes: 1 addition & 1 deletion source/lua-widow-control.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% SPDX-License-Identifier: MPL-2.0+
% SPDX-FileCopyrightText: 2022 Max Chernoff

\wlog{lua-widow-control v2.0.6} %%version
\wlog{lua-widow-control v2.1.0} %%version

\ifx\directlua\undefined
\errmessage{%
Expand Down
4 changes: 2 additions & 2 deletions source/t-lua-widow-control.mkxl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
%D \module
%D [ file=t-lua-widow-control,
%D version=2.0.6, %%version
%D version=2.1.0, %%version
%D title=lua-widow-control,
%D subtitle=\ConTeXt module for lua-widow-control,
%D author=Max Chernoff,
%D date=2022-04-23, %%dashdate
%D date=2022-05-14, %%dashdate
%D copyright=Max Chernoff,
%D license=MPL-2.0+,
%D url=https://github.com/gucci-on-fleek/lua-widow-control]
Expand Down

0 comments on commit 82563aa

Please sign in to comment.