diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e757a9..fda5f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.2.5...HEAD) +## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.2.6...HEAD) + +## [v0.2.6](https://github.com/gusbrs/postnotes/compare/v0.2.5...v0.2.6) (2023-08-21) ### Fixed - Check `if@filesw` before writing labels to the .aux file. diff --git a/build.lua b/build.lua index 4d994af..5bd5430 100644 --- a/build.lua +++ b/build.lua @@ -56,7 +56,7 @@ asciiengines = {} -- CTAN upload settings uploadconfig = { - version = "0.2.5", -- first line for tagging + version = "0.2.6", -- first line for tagging pkg = "postnotes", author = "Gustavo Barros", uploader = "Gustavo Barros", diff --git a/ctan-announcement.text b/ctan-announcement.text index 6a08c43..a4d671c 100644 --- a/ctan-announcement.text +++ b/ctan-announcement.text @@ -1,6 +1,6 @@ -## v0.2.5 (2023-06-16) +## v0.2.6 (2023-08-21) ### Fixed -- Ensure `\par` at the end of `\printpostnotes`, see - https://github.com/u-fischer/tagpdf/issues/68#issuecomment-1587343876 . +- Check `if@filesw` before writing labels to the .aux file. +- Ensure `\post@note` is defined in the .aux file. diff --git a/postnotes.dtx b/postnotes.dtx index 7ef37da..5a32a17 100644 --- a/postnotes.dtx +++ b/postnotes.dtx @@ -153,7 +153,7 @@ % % % \begin{macrocode} -\ProvidesExplPackage {postnotes} {2023-06-16} {0.2.5} +\ProvidesExplPackage {postnotes} {2023-08-21} {0.2.6} {Endnotes for LaTeX} % \end{macrocode} %