From 162d627773ffb372e153d51fda93668035587a99 Mon Sep 17 00:00:00 2001 From: gusbrs <19410606+gusbrs@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:42:45 -0300 Subject: [PATCH] Step release tag --- CHANGELOG.md | 4 +++- build.lua | 2 +- ctan-announcement.text | 18 +++++++++++++++--- zref-check.dtx | 2 +- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed4af18..75b91e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/build.lua b/build.lua index 7ff8b52..34b75d8 100644 --- a/build.lua +++ b/build.lua @@ -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", diff --git a/ctan-announcement.text b/ctan-announcement.text index 973796d..73cb9b7 100644 --- a/ctan-announcement.text +++ b/ctan-announcement.text @@ -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. diff --git a/zref-check.dtx b/zref-check.dtx index 978a24f..c3a05b9 100644 --- a/zref-check.dtx +++ b/zref-check.dtx @@ -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} %