Skip to content

Commit

Permalink
Step release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Mar 12, 2020
1 parent 11bf00f commit e1c0b0f
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]

## [2020-03-12]

### Added
- Option `ps2pdfopt`

Expand Down Expand Up @@ -445,7 +447,8 @@ 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/2020-02-21...HEAD
[Unreleased]: https://github.com/latex3/l3build/compare/2020-03-12...HEAD
[2020-03-12]: https://github.com/latex3/l3build/compare/2020-02-21...2020-03-12
[2020-02-21]: https://github.com/latex3/l3build/compare/2020-02-17...2020-02-21
[2020-02-17]: https://github.com/latex3/l3build/compare/2020-02-03...2020-02-17
[2020-02-03]: https://github.com/latex3/l3build/compare/2020-01-14...2020-02-03
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 LaTeX3
=================================================

Release 2020-02-21
Release 2020-03-12

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 "2020-02-21"
.TH l3build 1 "2020-03-12"
.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 @@ -234,7 +234,7 @@
% }^^A
% }
%
% \date{Released 2020-02-21}
% \date{Released 2020-03-12}
%
% \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 = "2020-02-21"
release_date = "2020-03-12"

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

0 comments on commit e1c0b0f

Please sign in to comment.