[latex3-commits] [git/LaTeX3-latex3-l3build] main: Step release tag (78641cb)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Feb 24 14:04:25 CET 2022


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/78641cb3e895fca8b8716ce8298fe9c5d5e88edc

>---------------------------------------------------------------

commit 78641cb3e895fca8b8716ce8298fe9c5d5e88edc
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Feb 24 13:02:16 2022 +0000

    Step release tag


>---------------------------------------------------------------

78641cb3e895fca8b8716ce8298fe9c5d5e88edc
 CHANGELOG.md | 5 ++++-
 README.md    | 4 ++--
 l3build.1    | 2 +-
 l3build.dtx  | 4 ++--
 l3build.lua  | 4 ++--
 5 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f75cf7..a8002e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+## [2022-02-24]
+
 ### Fixed
 - Creation of subdirectories in TDS structures on Unix-like systems
 
@@ -572,7 +574,8 @@ this project uses date-based 'snapshot' version identifiers.
 - Rationalise short option names: removed `-d`, `-E`, `-r`
 - Target `cmdcheck`: specific to LaTeX kernel work
 
-[Unreleased]: https://github.com/latex3/l3build/compare/2021-12-14...HEAD
+[Unreleased]: https://github.com/latex3/l3build/compare/2022-02-24...HEAD
+[2022-02-24]: https://github.com/latex3/l3build/compare/2021-12-14...2022-02-24
 [2021-12-14]: https://github.com/latex3/l3build/compare/2021-12-09...2021-12-14
 [2021-12-09]: https://github.com/latex3/l3build/compare/2021-12-06...2021-12-09
 [2021-12-06]: https://github.com/latex3/l3build/compare/2021-11-29...2021-12-06
diff --git a/README.md b/README.md
index 0b09e63..d2cc679 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 l3build: a testing and building system for LaTeX
 =================================================
 
-Release 2021-12-14
+Release 2022-02-24
 
 Overview
 --------
@@ -31,6 +31,6 @@ The LaTeX kernel is developed by [The LaTeX Project](https://latex-project.org).
 
 -----
 
-<p>Copyright (C) 2014-2021 The LaTeX Project <br />
+<p>Copyright (C) 2014-2022 The LaTeX Project <br />
 <a href="http://latex-project.org/">http://latex-project.org/</a> <br />
 All rights reserved.</p>
diff --git a/l3build.1 b/l3build.1
index 592424b..1eaa9ca 100644
--- a/l3build.1
+++ b/l3build.1
@@ -1,4 +1,4 @@
-.TH l3build 1 "2021-12-14"
+.TH l3build 1 "2022-02-24"
 .SH NAME
 l3build \- Checking and building packages
 .SH SYNOPSIS
diff --git a/l3build.dtx b/l3build.dtx
index 2f31211..df9d152 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -1,6 +1,6 @@
 % \iffalse
 %
-% File l3build.dtx (C) Copyright 2014-2021 The LaTeX Project
+% File l3build.dtx (C) Copyright 2014-2022 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -237,7 +237,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2021-12-14}
+% \date{Released 2022-02-24}
 %
 % \maketitle
 % \tableofcontents
diff --git a/l3build.lua b/l3build.lua
index 9c811c3..744f762 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -2,7 +2,7 @@
 
 --[[
 
-File l3build.lua Copyright (C) 2014-2021 The LaTeX Project
+File l3build.lua Copyright (C) 2014-2022 The LaTeX Project
 
 It may be distributed and/or modified under the conditions of the
 LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -25,7 +25,7 @@ for those people who are interested.
 --]]
 
 -- Version information
-release_date = "2021-12-14"
+release_date = "2022-02-24"
 
 -- File operations are aided by the LuaFileSystem module
 local lfs = require("lfs")





More information about the latex3-commits mailing list.