[latex3-commits] [git/LaTeX3-latex3-l3build] main: Step release tag (cc3a3cb)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Dec 6 17:28:16 CET 2021
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/cc3a3cb492a8e5238bcb1b8486e8ea2f7cebe23a
>---------------------------------------------------------------
commit cc3a3cb492a8e5238bcb1b8486e8ea2f7cebe23a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Dec 6 16:28:16 2021 +0000
Step release tag
>---------------------------------------------------------------
cc3a3cb492a8e5238bcb1b8486e8ea2f7cebe23a
CHANGELOG.md | 5 ++++-
README.md | 2 +-
l3build.1 | 2 +-
l3build.dtx | 2 +-
l3build.lua | 2 +-
5 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 43a8922..b12a367 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+## [2021-12-06]
+
### Fixed
- Place PDF files inside `docfiledir` in all cases
@@ -541,7 +543,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-11-29...HEAD
+[Unreleased]: https://github.com/latex3/l3build/compare/2021-12-06...HEAD
+[2021-12-06]: https://github.com/latex3/l3build/compare/2021-11-29...2021-12-06
[2021-11-29]: https://github.com/latex3/l3build/compare/2021-11-24...2021-11-29
[2021-11-24]: https://github.com/latex3/l3build/compare/2021-11-12...2021-11-24
[2021-11-12]: https://github.com/latex3/l3build/compare/2021-08-28...2021-11-12
diff --git a/README.md b/README.md
index ef9f7e9..4dc3b68 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
l3build: a testing and building system for LaTeX
=================================================
-Release 2021-11-29
+Release 2021-12-06
Overview
--------
diff --git a/l3build.1 b/l3build.1
index 48aa33a..4b40afa 100644
--- a/l3build.1
+++ b/l3build.1
@@ -1,4 +1,4 @@
-.TH l3build 1 "2021-11-29"
+.TH l3build 1 "2021-12-06"
.SH NAME
l3build \- Checking and building packages
.SH SYNOPSIS
diff --git a/l3build.dtx b/l3build.dtx
index cf3ebd8..41ff08d 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -236,7 +236,7 @@
% }^^A
% }
%
-% \date{Released 2021-11-29}
+% \date{Released 2021-12-06}
%
% \maketitle
% \tableofcontents
diff --git a/l3build.lua b/l3build.lua
index 09a7094..2c55537 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -25,7 +25,7 @@ for those people who are interested.
--]]
-- Version information
-release_date = "2021-11-29"
+release_date = "2021-12-06"
-- File operations are aided by the LuaFileSystem module
local lfs = require("lfs")
More information about the latex3-commits
mailing list.