Skip to content

Commit

Permalink
Step release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Dec 14, 2021
1 parent 5a90e24 commit de6242e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ this project uses date-based 'snapshot' version identifiers.

## [Unreleased]

## [2021-12-14]

### Fixed
- Use correct name for `options` table in multi configuration management code

Expand Down Expand Up @@ -556,7 +558,8 @@ this project uses date-based 'snapshot' version identifiers.
- Rationalise short option names: removed `-d`, `-E`, `-r`
- Target `cmdcheck`: specific to LaTeX kernel work

[Unreleased]: https://github.com/latex3/l3build/compare/2021-12-09...HEAD
[Unreleased]: https://github.com/latex3/l3build/compare/2021-12-14...HEAD
[2021-12-14]: https://github.com/latex3/l3build/compare/2021-12-09...2021-12-14
[2021-12-09]: https://github.com/latex3/l3build/compare/2021-12-06...2021-12-09
[2021-12-06]: https://github.com/latex3/l3build/compare/2021-11-29...2021-12-06
[2021-11-29]: https://github.com/latex3/l3build/compare/2021-11-24...2021-11-29
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
l3build: a testing and building system for LaTeX
=================================================

Release 2021-12-09
Release 2021-12-14

Overview
--------
Expand Down
2 changes: 1 addition & 1 deletion l3build.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH l3build 1 "2021-12-09"
.TH l3build 1 "2021-12-14"
.SH NAME
l3build \- Checking and building packages
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion l3build.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
% }^^A
% }
%
% \date{Released 2021-12-09}
% \date{Released 2021-12-14}
%
% \maketitle
% \tableofcontents
Expand Down
2 changes: 1 addition & 1 deletion l3build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for those people who are interested.
--]]

-- Version information
release_date = "2021-12-09"
release_date = "2021-12-14"

-- File operations are aided by the LuaFileSystem module
local lfs = require("lfs")
Expand Down

0 comments on commit de6242e

Please sign in to comment.