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

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Feb 16 09:18:20 CET 2023


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/319a6090d1e323d219536e8282d671b1805715f6

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

commit 319a6090d1e323d219536e8282d671b1805715f6
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Feb 16 08:17:23 2023 +0000

    Step release tag


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

319a6090d1e323d219536e8282d671b1805715f6
 CHANGELOG.md      | 5 ++++-
 README.md         | 2 +-
 l3build-check.lua | 2 +-
 l3build.1         | 2 +-
 l3build.dtx       | 4 ++--
 l3build.lua       | 2 +-
 6 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 929fe8d..f14e4db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+## [2023-02-16]
+
 ### Changed
 - Drop a redundant setup line for upTeX
 - Normalise more Lua stack trace data (may require `.tlg` rebuild)
@@ -618,7 +620,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/2022-11-10...HEAD
+[Unreleased]: https://github.com/latex3/l3build/compare/2023-02-16...HEAD
+[2023-02-16]: https://github.com/latex3/l3build/compare/2022-11-10...2023-02-16
 [2022-11-10]: https://github.com/latex3/l3build/compare/2022-09-15...2022-11-10
 [2022-09-15]: https://github.com/latex3/l3build/compare/2022-04-19...2022-09-15
 [2022-04-19]: https://github.com/latex3/l3build/compare/2022-04-12...2022-04-19
diff --git a/README.md b/README.md
index 9941279..e33fee3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 l3build: a testing and building system for LaTeX
 =================================================
 
-Release 2022-11-10
+Release 2023-02-16
 
 Overview
 --------
diff --git a/l3build-check.lua b/l3build-check.lua
index 040b9c5..d6d6808 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -1,6 +1,6 @@
 --[[
 
-File l3build-check.lua Copyright (C) 2018-2022 The LaTeX Project
+File l3build-check.lua Copyright (C) 2018-2023 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
diff --git a/l3build.1 b/l3build.1
index 7ae1070..f36d695 100644
--- a/l3build.1
+++ b/l3build.1
@@ -1,4 +1,4 @@
-.TH l3build 1 "2022-11-10"
+.TH l3build 1 "2023-02-16"
 .SH NAME
 l3build \- Checking and building packages
 .SH SYNOPSIS
diff --git a/l3build.dtx b/l3build.dtx
index 40b0ac8..435036c 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -1,6 +1,6 @@
 % \iffalse
 %
-% File l3build.dtx (C) Copyright 2014-2022 The LaTeX Project
+% File l3build.dtx (C) Copyright 2014-2023 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
@@ -236,7 +236,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2022-11-10}
+% \date{Released 2023-02-16}
 %
 % \maketitle
 % \tableofcontents
diff --git a/l3build.lua b/l3build.lua
index d0657cf..110d394 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -25,7 +25,7 @@ for those people who are interested.
 --]]
 
 -- Version information
-release_date = "2022-11-10"
+release_date = "2023-02-16"
 
 -- File operations are aided by the LuaFileSystem module
 local lfs = require("lfs")





More information about the latex3-commits mailing list.