From f7398acbd3aa9a7338a1f321218abf626be92f6d Mon Sep 17 00:00:00 2001 From: gusbrs <19410606+gusbrs@users.noreply.github.com> Date: Wed, 15 Feb 2023 17:15:43 -0300 Subject: [PATCH] Step release tag --- CHANGELOG.md | 4 +++- build.lua | 2 +- ctan-announcement.text | 8 ++++---- postnotes.dtx | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d338e8e..b626145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.2.1...HEAD) +## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.2.2...HEAD) + +## [v0.2.2](https://github.com/gusbrs/postnotes/compare/v0.2.1...v0.2.2) (2023-02-15) ### Fixed - Don't try to hyperlink `\postnotezref` when `zref-hyperref` is not loaded. diff --git a/build.lua b/build.lua index c84670a..032753c 100644 --- a/build.lua +++ b/build.lua @@ -56,7 +56,7 @@ asciiengines = {} -- CTAN upload settings uploadconfig = { - version = "0.2.1", -- first line for tagging + version = "0.2.2", -- first line for tagging pkg = "postnotes", author = "Gustavo Barros", uploader = "Gustavo Barros", diff --git a/ctan-announcement.text b/ctan-announcement.text index 4cb0665..be85495 100644 --- a/ctan-announcement.text +++ b/ctan-announcement.text @@ -1,9 +1,9 @@ -## v0.2.1 (2023-02-13) +## v0.2.2 (2023-02-15) ### Fixed -- User manual typos. +- Don't try to hyperlink `\postnotezref` when `zref-hyperref` is not loaded. +- "perhaps a missing \item" error for empty `\postnote`. ### Changed -- To standardize hooks' names, the `postnotes/store/note` hook has been - renamed to `postnotes/note/store`. +- Renamed `postnotes/print/eachnote` hook to `postnotes/print/note/begin`. diff --git a/postnotes.dtx b/postnotes.dtx index 2e541d5..47271ac 100644 --- a/postnotes.dtx +++ b/postnotes.dtx @@ -153,7 +153,7 @@ % % % \begin{macrocode} -\ProvidesExplPackage {postnotes} {2023-02-13} {0.2.1} +\ProvidesExplPackage {postnotes} {2023-02-15} {0.2.2} {Endnotes for LaTeX} % \end{macrocode} %