Skip to content

Commit

Permalink
Step release tag
Browse files Browse the repository at this point in the history
[ciskip]
  • Loading branch information
gusbrs committed Apr 22, 2022
1 parent 23a3947 commit 7e3095c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 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.2.5...HEAD)
## [Unreleased](https://github.com/gusbrs/zref-check/compare/v0.3.0...HEAD)

## [v0.3.0](https://github.com/gusbrs/zref-check/compare/v0.2.5...v0.3.0) (2022-04-22)

### Changed
- `zref-check` no longer accepts package options to be set a load-time,
Expand Down
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ specialformats.latex.xetexdev = { binary = "xelatex-dev" , format = "" }

-- CTAN upload settings
uploadconfig = {
version = "0.2.5", -- first line for tagging
version = "0.3.0", -- first line for tagging
pkg = "zref-check",
author = "Gustavo Barros",
uploader = "Gustavo Barros",
Expand Down
10 changes: 6 additions & 4 deletions ctan-announcement.text
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## v0.2.5 (2022-02-11)
## v0.3.0 (2022-04-22)

### Changed
- (Internal) Option variables setting was reviewed, ensuring proper scope is
in use and that they are always properly declared. `expl3` debugging
enabled in regression tests.
- `zref-check` no longer accepts package options to be set a load-time,
`\zrefchecksetup` must be used instead. The use of load-time options now
results in "Unknown option" LaTeX error. This change requires that users
adjust their documents, and a suitable package warning has been provided so
that affected users know of the change directly and how to adjust.

2 changes: 1 addition & 1 deletion zref-check.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
%
% Identify the package.
% \begin{macrocode}
\ProvidesExplPackage {zref-check} {2022-02-11} {0.2.5}
\ProvidesExplPackage {zref-check} {2022-04-22} {0.3.0}
{Flexible cross-references with contextual checks based on zref}
% \end{macrocode}
%
Expand Down

0 comments on commit 7e3095c

Please sign in to comment.