Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gucci-on-fleek committed May 20, 2022
1 parent 8154e5e commit 980f24a
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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.1.0 (2022-05-14)_ <!--%%version %%dashdate-->
_v2.1.1 (2022-05-20)_ <!--%%version %%dashdate-->
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ target_list = {}

-- Tagging
target_list.tag = orig_targets.tag
tagfiles = { "source/*.*", "docs/*.*", "README.md" }
tagfiles = { "source/*.*", "docs/**/*.*", "README.md" }

function update_tag(name, content, version, date)
if not version then
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/lwc-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
\startdocument[
title=lua-widow-control,
author=Max Chernoff,
version=2.1.0, %%version
version=2.1.1, %%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/05/14 %%dashdate
v2.1.0 %%version
2022/05/20 %%dashdate
v2.1.1 %%version
}

\PackageWarning{lua-widow-control}{%
Expand Down
2 changes: 1 addition & 1 deletion source/lua-widow-control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ elseif plain or latex or optex then
luatexbase.provides_module {
name = lwc.name,
date = "2022/05/14", --%%dashdate
version = "2.1.0", --%%version
version = "2.1.1", --%%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.1.0>} %%version
\_codedecl\lwcenable{lua-widow-control <v2.1.1>} %%version
\_namespace{lwc}

\_clubpenalty=1
Expand Down
4 changes: 2 additions & 2 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.1.0}{2022-05-14} %%version %%dashdate
\DeclareCurrentRelease{v2.1.1}{2022-05-20} %%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 @@ -24,7 +24,7 @@
\ProvidesExplPackage
{lua-widow-control}
{2022/05/14} %%dashdate
{v2.1.0} %%version
{v2.1.1} %%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.1.0} %%version
\wlog{lua-widow-control v2.1.1} %%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.1.0, %%version
%D version=2.1.1, %%version
%D title=lua-widow-control,
%D subtitle=\ConTeXt module for lua-widow-control,
%D author=Max Chernoff,
%D date=2022-05-14, %%dashdate
%D date=2022-05-20, %%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 980f24a

Please sign in to comment.