Skip to content

Commit

Permalink
Step release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gusbrs committed Dec 20, 2021
1 parent 9260934 commit f8d7247
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.2...HEAD)
## [Unreleased](https://github.com/gusbrs/zref-check/compare/v0.2.3...HEAD)

## [v0.2.3](https://github.com/gusbrs/zref-check/compare/v0.2.2...v0.2.3) (2021-12-20)

### Fixed
- Use `main` property list for user facing labels in `\zctarget` and
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.2", -- first line for tagging
version = "0.2.3", -- first line for tagging
pkg = "zref-check",
author = "Gustavo Barros",
uploader = "Gustavo Barros",
Expand Down
12 changes: 5 additions & 7 deletions ctan-announcement.text
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
## v0.2.2 (2021-12-07)
## v0.2.3 (2021-12-20)

### Changed
- Option values `msglevel=obeydraft`, `msglevel=obeyfinal`,
`onpage=obeydraft`, and `onpage=obeyfinal` have been respectively renamed to
`msglevel=infoifdraft`, `msglevel=warniffinal`, `onpage=labelseqifdraft`,
and `onpage=msgiffinal`. Previous values have been deprecated.
- Spare setting end label for `\zctarget` with empty text argument.
### Fixed
- Use `main` property list for user facing labels in `\zctarget` and
`zcregion` environment, so that references made to them with `zref-clever`
contain all required properties.

2 changes: 1 addition & 1 deletion zref-check.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
%
% Identify the package.
% \begin{macrocode}
\ProvidesExplPackage {zref-check} {2021-12-07} {0.2.2}
\ProvidesExplPackage {zref-check} {2021-12-20} {0.2.3}
{Flexible cross-references with contextual checks based on zref}
% \end{macrocode}
%
Expand Down

0 comments on commit f8d7247

Please sign in to comment.