[latex3-commits] [latex3/l3sys-query] main: Step release tag (411b411)

github at latex-project.org github at latex-project.org
Thu Mar 28 12:33:24 CET 2024


Repository : https://github.com/latex3/l3sys-query
On branch  : main
Link       : https://github.com/latex3/l3sys-query/commit/411b411297001b514f581f5b3c7138929ef671f7

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

commit 411b411297001b514f581f5b3c7138929ef671f7
Author: Joseph Wright <joseph at texdev.net>
Date:   Thu Mar 28 11:33:24 2024 +0000

    Step release tag


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

411b411297001b514f581f5b3c7138929ef671f7
 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 f45f37f..88c4e68 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-03-28]
+
 ### Changed
 - Improvements to help
 
@@ -24,5 +26,6 @@ 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-03-15...HEAD
+[Unreleased]: https://github.com/latex3/l3sys-query/compare/2024-03-28...HEAD
+[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 1b9998f..b5303aa 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # `l3sys-query`: System queries for LaTeX using Lua
 
-Release 2024-03-15
+Release 2024-03-28
 
 ## Overview
 
diff --git a/l3sys-query-tool.tex b/l3sys-query-tool.tex
index d9b99d5..83274a4 100644
--- a/l3sys-query-tool.tex
+++ b/l3sys-query-tool.tex
@@ -45,7 +45,7 @@ for those people who are interested.
   }%
 }
 
-\date{Release 2024-03-15}
+\date{Release 2024-03-28}
 
 \maketitle
 \tableofcontents
diff --git a/l3sys-query.lua b/l3sys-query.lua
old mode 100755
new mode 100644
index 2abe85d..a47513b
--- 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-03-15"
+local release_date = "2024-03-28"
 local script_desc = "System queries for LaTeX using Lua\n"
 local script_name = "l3sys-query"
 





More information about the latex3-commits mailing list.