Skip to content

Commit

Permalink
Step release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gusbrs committed Nov 28, 2024
1 parent 1df7188 commit 0791062
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 21 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-clever/compare/v0.5.0...HEAD)
## [Unreleased](https://github.com/gusbrs/zref-clever/compare/v0.5.1...HEAD)

## [v0.5.1](https://github.com/gusbrs/zref-clever/compare/v0.5.0...v0.5.1) (2024-11-28)

### Fixed
- Use `\protected@edef` to expand references' content at `endrange` processing
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 @@ packtdszip = true

-- CTAN upload settings
uploadconfig = {
version = "0.5.0", -- first line for tagging
version = "0.5.1", -- first line for tagging
pkg = "zref-clever",
author = "gusbrs",
uploader = "gusbrs",
Expand Down
22 changes: 4 additions & 18 deletions ctan-announcement.text
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
## v0.5.0 (2024-11-25)
## v0.5.1 (2024-11-28)

### Added
- Swedish localization (see issue
[#35](https://github.com/gusbrs/zref-clever/issues/35)).

### Changed
- The `declension` option from `\zcDeclareLanguage`, the `case` option from
`\zcLanguageSetup`, and the `d` general option (from `\zcref`) have been
renamed to `variants`, `variant`, and `v`, respectively. This is a
"semantic generalization" of the existing infrastructure. In other words,
the package now interprets more broadly type name variants, which can be
used for any language-specific needs and not just declension cases. See
discussion at issue [#35](https://github.com/gusbrs/zref-clever/issues/35).

### Deprecated
- The `declension` option from `\zcDeclareLanguage`, the `case` option from
`\zcLanguageSetup`, and the `d` general option (from `\zcref`) have been
deprecated in favor of their new names.
### Fixed
- Use `\protected@edef` to expand references' content at `endrange` processing
functions.

2 changes: 1 addition & 1 deletion zref-clever.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
%
% Identify the package.
% \begin{macrocode}
\ProvidesExplPackage {zref-clever} {2024-11-25} {0.5.0}
\ProvidesExplPackage {zref-clever} {2024-11-28} {0.5.1}
{Clever LaTeX cross-references based on zref}
% \end{macrocode}
%
Expand Down

0 comments on commit 0791062

Please sign in to comment.