Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Dec 6, 2024
1 parent 047126b commit 6c42fe9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
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.0
VERSION = 1.3.1
# This is the major number of VERSION. It might later become
# MAJOR.MINOR, if the library moves a lot.
LIBVER = 1
Expand Down
17 changes: 17 additions & 0 deletions versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1643,4 +1643,21 @@
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>1.3.1</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2024-12-05">2024-12-05</time>
</header>
<aside>
<p>
Add <b>--template</b> functionality to <b>-tlatex</b>.
</p>
<p>
Add <code>and()</code> and <code>or()</code> as initial
values to template expressions. These allow for
<code>ifdef</code> to test for multiple values at once.
</p>
</aside>
</article>
</articles>

0 comments on commit 6c42fe9

Please sign in to comment.