diff --git a/CHANGELOG.md b/CHANGELOG.md index 0273b7b..80b1559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## [Unreleased](https://github.com/gusbrs/zref-clever/compare/v0.4.5...HEAD) +## [Unreleased](https://github.com/gusbrs/zref-clever/compare/v0.4.6...HEAD) + +## [v0.4.6](https://github.com/gusbrs/zref-clever/compare/v0.4.5...v0.4.6) (2024-08-23) ### Fixed - Fix sorting of appendix references. diff --git a/build.lua b/build.lua index 26e67bf..9700a8a 100644 --- a/build.lua +++ b/build.lua @@ -27,7 +27,7 @@ packtdszip = true -- CTAN upload settings uploadconfig = { - version = "0.4.5", -- first line for tagging + version = "0.4.6", -- first line for tagging pkg = "zref-clever", author = "gusbrs", uploader = "gusbrs", diff --git a/ctan-announcement.text b/ctan-announcement.text index af701ea..bc0ccb5 100644 --- a/ctan-announcement.text +++ b/ctan-announcement.text @@ -1,6 +1,10 @@ -## v0.4.5 (2024-05-20) +## v0.4.6 (2024-08-23) -### Added -- Provided Russian language file (see PR - [#29](https://github.com/gusbrs/zref-clever/pull/29)). +### Fixed +- Fix sorting of appendix references. + +### Changed +- The `counterresetters` option now receives a full comma separated list of + counters as value, instead of working by incrementally adding values to the + list. diff --git a/zref-clever.dtx b/zref-clever.dtx index 1a1bb22..155d714 100644 --- a/zref-clever.dtx +++ b/zref-clever.dtx @@ -171,7 +171,7 @@ % % Identify the package. % \begin{macrocode} -\ProvidesExplPackage {zref-clever} {2024-05-20} {0.4.5} +\ProvidesExplPackage {zref-clever} {2024-08-23} {0.4.6} {Clever LaTeX cross-references based on zref} % \end{macrocode} %