Skip to content

Commit

Permalink
Step release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gusbrs committed Feb 15, 2023
1 parent af58b2e commit f7398ac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 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/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.
Expand Down
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions ctan-announcement.text
Original file line number Diff line number Diff line change
@@ -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`.

2 changes: 1 addition & 1 deletion postnotes.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
%
Expand Down

0 comments on commit f7398ac

Please sign in to comment.