Skip to content

Commit

Permalink
Step release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gusbrs committed Aug 13, 2023
1 parent f3951ee commit 162d627
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 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.3...HEAD)
## [Unreleased](https://github.com/gusbrs/zref-check/compare/v0.3.4...HEAD)

## [v0.3.4](https://github.com/gusbrs/zref-check/compare/v0.3.3...v0.3.4) (2023-08-13)

### Added
- Support for empty labels in `\zcheck`.
Expand Down
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ specialformats.latex.xetexdev = { binary = "xelatex-dev" , format = "" }

-- CTAN upload settings
uploadconfig = {
version = "0.3.3", -- first line for tagging
version = "0.3.4", -- first line for tagging
pkg = "zref-check",
author = "Gustavo Barros",
uploader = "Gustavo Barros",
Expand Down
18 changes: 15 additions & 3 deletions ctan-announcement.text
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
## v0.3.3 (2023-06-14)
## 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.

### Changed
- Improvements to User manual.
- Simplify regression tests.
- 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.

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

0 comments on commit 162d627

Please sign in to comment.