Skip to content

Commit

Permalink
Step release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed May 27, 2024
1 parent 5bc4936 commit cf1cf3c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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]

## [2024-05-27]

### Changed
- Respect `--reun` in `doc` target (issue \#112)

Expand Down Expand Up @@ -783,7 +785,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/2024-02-08...HEAD
[Unreleased]: https://github.com/latex3/l3build/compare/2024-05-27...HEAD
[2024-05-27]: https://github.com/latex3/l3build/compare/2024-02-08...2024-05-27
[2024-02-08]: https://github.com/latex3/l3build/compare/2024-01-18...2024-02-08
[2024-01-18]: https://github.com/latex3/l3build/compare/2024-01-09...2024-01-18
[2024-01-09]: https://github.com/latex3/l3build/compare/2024-01-04...2024-01-09
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 2024-02-08
Release 2024-05-27

Overview
--------
Expand Down
2 changes: 1 addition & 1 deletion l3build.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
% }^^A
% }
%
% \date{Released 2024-02-08}
% \date{Released 2024-05-27}
%
% \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 = "2024-02-08"
release_date = "2024-05-27"

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

0 comments on commit cf1cf3c

Please sign in to comment.