[latex3-commits] [git/LaTeX3-latex3-l3build] master: Step release version (dc6648b)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Aug 4 18:57:25 CEST 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/dc6648bd68a219daa6d63d2fb17eebfa218f01b4
>---------------------------------------------------------------
commit dc6648bd68a219daa6d63d2fb17eebfa218f01b4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Aug 4 17:57:25 2018 +0100
Step release version
>---------------------------------------------------------------
dc6648bd68a219daa6d63d2fb17eebfa218f01b4
CHANGELOG.md | 7 +++++--
README.md | 2 +-
l3build.1 | 2 +-
l3build.dtx | 2 +-
l3build.lua | 2 +-
5 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad2306b..2d59804 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+## [2018-08-04]
+
### Added
- `ctanzip` variable
- `--full` option
@@ -140,8 +142,9 @@ this project uses date-based 'snapshot' version identifiers.
- Rationalise short option names: removed `-d`, `-E`, `-r`
- Target `cmdcheck`: specific to LaTeX3 kernel work
-[Unreleased]: https://github.com/latex3/l3build/compare/2018-08-02...HEAD
-[2018-08-02]: https://github.com/latex3/l3build/compare/2018-05-06...2018-08-02
+[Unreleased]: https://github.com/latex3/l3build/compare/2018-08-04...HEAD
+[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
[2018-05-06]: https://github.com/latex3/l3build/compare/2018-03-26...2018-05-06
[2018-03-26]: https://github.com/latex3/l3build/compare/2018-03-24...2018-03-26
diff --git a/README.md b/README.md
index 43ac56b..1014ef3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
l3build: a testing and building system for LaTeX3
=================================================
-Release 2018-08-02
+Release 2018-08-04
Overview
--------
diff --git a/l3build.1 b/l3build.1
index fb85523..c3ef55a 100644
--- a/l3build.1
+++ b/l3build.1
@@ -1,4 +1,4 @@
-.TH l3build 1 "2018-08-02"
+.TH l3build 1 "2018-08-04"
.SH NAME
l3build \- Checking and building packages
.SH SYNOPSIS
diff --git a/l3build.dtx b/l3build.dtx
index 9dc4ebb..5032e78 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -222,7 +222,7 @@
% }^^A
% }
%
-% \date{Released 2018-08-02}
+% \date{Released 2018-08-04}
%
% \maketitle
% \tableofcontents
diff --git a/l3build.lua b/l3build.lua
index 5387d87..2107f02 100755
--- a/l3build.lua
+++ b/l3build.lua
@@ -25,7 +25,7 @@ for those people who are interested.
--]]
-- Version information
-release_date = "2018-08-02"
+release_date = "2018-08-04"
-- File operations are aided by the LuaFileSystem module
local lfs = require("lfs")
More information about the latex3-commits
mailing list