Skip to content

Commit

Permalink
Bumping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Dec 10, 2024
1 parent 5baad95 commit 9f07635
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sinclude Makefile.local
# while libraries have well-defined semantics of semver change, programs
# do not. Let the library guide our versioning until a better way is
# thought out.
VERSION = 1.3.1
VERSION = 1.3.2
# This is the major number of VERSION. It might later become
# MAJOR.MINOR, if the library moves a lot.
LIBVER = 1
Expand Down
10 changes: 9 additions & 1 deletion versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1664,9 +1664,13 @@
<header>
<h1>1.3.2</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2024-12-05">2024-12-05</time>
<time datetime="2024-12-10">2024-12-10</time>
</header>
<aside>
<p>
Add <b>--template</b> functionality to <b>-tman</b>,
<b>-tms</b>, and <b>-tgemini</b>.
</p>
<p>
Add <code>not()</code> to the <b>--template</b> functions
and document <code>escapelatex()</code>.
Expand All @@ -1676,6 +1680,10 @@
necessary for integrating templates with roff-based
languages that are line sensitive.
</p>
<p>
Add <code>escapegemini</code> and <code>escaperoff</code>
modifier families.
</p>
<p>
Clarify that any empty statement, even with only
white-space, evaluates to the <code>$</code> literal.
Expand Down

0 comments on commit 9f07635

Please sign in to comment.