[latex3-commits] [latex3/l3sys-query] main: Step release tag (072f87e)
github at latex-project.org
github at latex-project.org
Mon Apr 8 19:08:24 CEST 2024
Repository : https://github.com/latex3/l3sys-query
On branch : main
Link : https://github.com/latex3/l3sys-query/commit/072f87ec187a335d278d578048ca9a24ded02263
>---------------------------------------------------------------
commit 072f87ec187a335d278d578048ca9a24ded02263
Author: Joseph Wright <joseph at texdev.net>
Date: Mon Apr 8 18:08:24 2024 +0100
Step release tag
>---------------------------------------------------------------
072f87ec187a335d278d578048ca9a24ded02263
CHANGELOG.md | 5 ++++-
README.md | 2 +-
l3sys-query-tool.tex | 2 +-
l3sys-query.lua | 2 +-
4 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7fe4b6..7ad3250 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), this project uses date-based
## [Unreleased]
+## [2024-04-08]
+
### Changed
- Improvement to man file, `SYNOPSIS` section
@@ -34,7 +36,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), this project uses date-based
### Added
- New script
-[Unreleased]: https://github.com/latex3/l3sys-query/compare/2024-04-03...HEAD
+[Unreleased]: https://github.com/latex3/l3sys-query/compare/2024-04-08...HEAD
+[2024-04-08]: https://github.com/latex3/l3sys-query/compare/2024-04-03...2024-04-08
[2024-04-03]: https://github.com/latex3/l3sys-query/compare/2024-03-28...2024-04-03
[2024-03-28]: https://github.com/latex3/l3sys-query/compare/2024-03-15...2024-03-28
[2024-03-15]: https://github.com/latex3/l3sys-query/compare/2024-03-14...2024-03-15
diff --git a/README.md b/README.md
index 34441af..bb62d6d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# `l3sys-query`: System queries for LaTeX using Lua
-Release 2024-04-03
+Release 2024-04-08
## Overview
diff --git a/l3sys-query-tool.tex b/l3sys-query-tool.tex
index f3e8ebe..7809e4b 100644
--- a/l3sys-query-tool.tex
+++ b/l3sys-query-tool.tex
@@ -45,7 +45,7 @@ for those people who are interested.
}%
}
-\date{Release 2024-04-03}
+\date{Release 2024-04-08}
\maketitle
\tableofcontents
diff --git a/l3sys-query.lua b/l3sys-query.lua
index 5bdea72..e1c6568 100644
--- a/l3sys-query.lua
+++ b/l3sys-query.lua
@@ -36,7 +36,7 @@ for those people who are interested.
-- Details of the script itself, etc.
--
local copyright = "Copyright (C) 2024 The LaTeX Project"
-local release_date = "2024-04-03"
+local release_date = "2024-04-08"
local script_desc = "System queries for LaTeX using Lua\n"
local script_name = "l3sys-query"
More information about the latex3-commits
mailing list.