Skip to content

Commit 6c42fe9

Browse files
committed
Version bump.
1 parent 047126b commit 6c42fe9

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sinclude Makefile.local
1010
# while libraries have well-defined semantics of semver change, programs
1111
# do not. Let the library guide our versioning until a better way is
1212
# thought out.
13-
VERSION = 1.3.0
13+
VERSION = 1.3.1
1414
# This is the major number of VERSION. It might later become
1515
# MAJOR.MINOR, if the library moves a lot.
1616
LIBVER = 1

versions.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,4 +1643,21 @@
16431643
</p>
16441644
</aside>
16451645
</article>
1646+
<article data-sblg-article="1" data-sblg-tags="version">
1647+
<header>
1648+
<h1>1.3.1</h1>
1649+
<address>Kristaps Dzonsons</address>
1650+
<time datetime="2024-12-05">2024-12-05</time>
1651+
</header>
1652+
<aside>
1653+
<p>
1654+
Add <b>--template</b> functionality to <b>-tlatex</b>.
1655+
</p>
1656+
<p>
1657+
Add <code>and()</code> and <code>or()</code> as initial
1658+
values to template expressions. These allow for
1659+
<code>ifdef</code> to test for multiple values at once.
1660+
</p>
1661+
</aside>
1662+
</article>
16461663
</articles>

0 commit comments

Comments
 (0)