Skip to content

Commit

Permalink
Step release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gusbrs committed Nov 14, 2023
1 parent 7df1f03 commit 198c66b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased](https://github.com/gusbrs/zref-check/compare/v0.3.4...HEAD)
## [Unreleased](https://github.com/gusbrs/zref-check/compare/v0.3.5...HEAD)

## [v0.3.5](https://github.com/gusbrs/zref-check/compare/v0.3.4...v0.3.5) (2023-11-14)

### Changed
- Don't use `expl3` public scratch temporary variables.
Expand Down
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ maxprintline = 1000

-- CTAN upload settings
uploadconfig = {
version = "0.3.4", -- first line for tagging
version = "0.3.5", -- first line for tagging
pkg = "zref-check",
author = "gusbrs",
uploader = "gusbrs",
Expand Down
19 changes: 4 additions & 15 deletions ctan-announcement.text
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
## v0.3.4 (2023-08-13)

### Added
- Support for empty labels in `\zcheck`.
- New alias `ok` of `msglevel=none` for local use.
- New `manual` check.
## v0.3.5 (2023-11-14)

### Changed
- Calls to `\zcheck` with no checks issue a message, also subject to the
`msglevel` option.

### Removed
- Option values `msglevel=obeydraft`, `msglevel=obeyfinal`,
`onpage=obeydraft`, and `onpage=obeyfinal`, which had been deprecated since
v0.2.2 (2021-12-07), have been removed.
- Option `labelcmd`, which had been deprecated since v0.2.4 (2022-02-08), has
been removed.
- Don't use `expl3` public scratch temporary variables.
- Prefer `e-type` expansion.
- Require 2023-11-01 LaTeX kernel.

2 changes: 1 addition & 1 deletion zref-check.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
%
% Identify the package.
% \begin{macrocode}
\ProvidesExplPackage {zref-check} {2023-08-13} {0.3.4}
\ProvidesExplPackage {zref-check} {2023-11-14} {0.3.5}
{Flexible cross-references with contextual checks based on zref}
% \end{macrocode}
%
Expand Down

0 comments on commit 198c66b

Please sign in to comment.