From cf1cf3c2a2154fd70abb638f38e42dda8f37986e Mon Sep 17 00:00:00 2001 From: Joseph Wright Date: Mon, 27 May 2024 16:38:57 +0100 Subject: [PATCH] Step release tag --- CHANGELOG.md | 5 ++++- README.md | 2 +- l3build.dtx | 2 +- l3build.lua | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2b787d..7e8e180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2024-05-27] + ### Changed - Respect `--reun` in `doc` target (issue \#112) @@ -783,7 +785,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/2024-02-08...HEAD +[Unreleased]: https://github.com/latex3/l3build/compare/2024-05-27...HEAD +[2024-05-27]: https://github.com/latex3/l3build/compare/2024-02-08...2024-05-27 [2024-02-08]: https://github.com/latex3/l3build/compare/2024-01-18...2024-02-08 [2024-01-18]: https://github.com/latex3/l3build/compare/2024-01-09...2024-01-18 [2024-01-09]: https://github.com/latex3/l3build/compare/2024-01-04...2024-01-09 diff --git a/README.md b/README.md index b5172bb..1b49dc0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ l3build: a testing and building system for LaTeX ================================================= -Release 2024-02-08 +Release 2024-05-27 Overview -------- diff --git a/l3build.dtx b/l3build.dtx index 8b01768..2433c7a 100644 --- a/l3build.dtx +++ b/l3build.dtx @@ -251,7 +251,7 @@ % }^^A % } % -% \date{Released 2024-02-08} +% \date{Released 2024-05-27} % % \maketitle % \tableofcontents diff --git a/l3build.lua b/l3build.lua index 5b40bc5..bb53a2c 100644 --- a/l3build.lua +++ b/l3build.lua @@ -25,7 +25,7 @@ for those people who are interested. --]] -- Version information -release_date = "2024-02-08" +release_date = "2024-05-27" -- File operations are aided by the LuaFileSystem module local lfs = require("lfs")