Skip to content

Commit

Permalink
Step release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gusbrs committed Jul 7, 2022
1 parent f1d5c0a commit 258b0e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.1...HEAD)
## [Unreleased](https://github.com/gusbrs/zref-check/compare/v0.3.2...HEAD)

## [v0.3.2](https://github.com/gusbrs/zref-check/compare/v0.3.1...v0.3.2) (2022-07-07)

### Fixed
- Recompiled documentation with workaround for upstream `l3doc` bug.
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.3.1", -- first line for tagging
version = "0.3.2", -- first line for tagging
pkg = "zref-check",
author = "Gustavo Barros",
uploader = "Gustavo Barros",
Expand Down
8 changes: 3 additions & 5 deletions ctan-announcement.text
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## v0.3.1 (2022-07-05)
## v0.3.2 (2022-07-07)

### Changed
- Adjust some warning messages to try to improve machine-readability, and thus
editor parsing, of the log (see https://tex.stackexchange.com/q/649548).
- (Internal) Use standard counters to keep track of sections and chapters.
### Fixed
- Recompiled documentation with workaround for upstream `l3doc` bug.

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-07-05} {0.3.1}
\ProvidesExplPackage {zref-check} {2022-07-07} {0.3.2}
{Flexible cross-references with contextual checks based on zref}
% \end{macrocode}
%
Expand Down

0 comments on commit 258b0e7

Please sign in to comment.