[latex3-commits] [git/LaTeX3-latex3-l3build] master: Step release version (0a20e7a)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Aug 7 16:46:28 CEST 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/0a20e7abf5dbed270c95ccfddc8e52fc5bdbbbb1
>---------------------------------------------------------------
commit 0a20e7abf5dbed270c95ccfddc8e52fc5bdbbbb1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Aug 7 15:46:28 2018 +0100
Step release version
>---------------------------------------------------------------
0a20e7abf5dbed270c95ccfddc8e52fc5bdbbbb1
CHANGELOG.md | 3 +++
README.md | 2 +-
l3build.1 | 2 +-
l3build.dtx | 2 +-
l3build.lua | 2 +-
5 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00a0d85..d168f93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+## [2018-08-07]
+
### Changed
- Suppress file name info in PDF output for included images, etc.
@@ -149,6 +151,7 @@ this project uses date-based 'snapshot' version identifiers.
- Target `cmdcheck`: specific to LaTeX3 kernel work
[Unreleased]: https://github.com/latex3/l3build/compare/2018-08-04...HEAD
+[2018-08-07]: https://github.com/latex3/l3build/compare/2018-08-04...2018-08-07
[2018-08-04]: https://github.com/latex3/l3build/compare/2018-08-02...2018-08-04
[2018-08-02]: https://github.com/latex3/l3build/compare/2018-05-10...2018-08-02
[2018-05-10]: https://github.com/latex3/l3build/compare/2018-05-06...2018-05-10
diff --git a/README.md b/README.md
index 1014ef3..5204d28 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
l3build: a testing and building system for LaTeX3
=================================================
-Release 2018-08-04
+Release 2018-08-07
Overview
--------
diff --git a/l3build.1 b/l3build.1
index c3ef55a..653d7c0 100644
--- a/l3build.1
+++ b/l3build.1
@@ -1,4 +1,4 @@
-.TH l3build 1 "2018-08-04"
+.TH l3build 1 "2018-08-07"
.SH NAME
l3build \- Checking and building packages
.SH SYNOPSIS
diff --git a/l3build.dtx b/l3build.dtx
index 22f4760..7e46539 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -222,7 +222,7 @@
% }^^A
% }
%
-% \date{Released 2018-08-04}
+% \date{Released 2018-08-07}
%
% \maketitle
% \tableofcontents
diff --git a/l3build.lua b/l3build.lua
index 2107f02..1ece096 100755
--- a/l3build.lua
+++ b/l3build.lua
@@ -25,7 +25,7 @@ for those people who are interested.
--]]
-- Version information
-release_date = "2018-08-04"
+release_date = "2018-08-07"
-- File operations are aided by the LuaFileSystem module
local lfs = require("lfs")
More information about the latex3-commits
mailing list