[latex3-commits] [latex3/l3sys-query] main: Step release tag (4c96fca)
github at latex-project.org
github at latex-project.org
Fri Mar 15 07:27:25 CET 2024
Repository : https://github.com/latex3/l3sys-query
On branch : main
Link : https://github.com/latex3/l3sys-query/commit/4c96fca12359a2440af8f390fc935a029f1b4ce3
>---------------------------------------------------------------
commit 4c96fca12359a2440af8f390fc935a029f1b4ce3
Author: Joseph Wright <joseph at texdev.net>
Date: Fri Mar 15 06:27:25 2024 +0000
Step release tag
>---------------------------------------------------------------
4c96fca12359a2440af8f390fc935a029f1b4ce3
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 2bc51c6..b11654d 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-15]
+
### Added
- PDF documentation in distribution
- `man` file in distribution
@@ -19,4 +21,5 @@ 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-14...HEAD
+[Unreleased]: https://github.com/latex3/l3sys-query/compare/2024-03-15...HEAD
+[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 2091f11..1b9998f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# `l3sys-query`: System queries for LaTeX using Lua
-Release 2024-03-04
+Release 2024-03-15
## Overview
diff --git a/l3sys-query-tool.tex b/l3sys-query-tool.tex
index caf59b6..d9b99d5 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-14}
+\date{Release 2024-03-15}
\maketitle
\tableofcontents
diff --git a/l3sys-query.lua b/l3sys-query.lua
old mode 100755
new mode 100644
index a435e57..03e8629
--- 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-14"
+local release_date = "2024-03-15"
local script_desc = "System queries for LaTeX using Lua\n"
local script_name = "l3sys-query"
More information about the latex3-commits
mailing list.