Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Sep 30, 2024
1 parent 94f2c37 commit 5b4ca5e
Show file tree
Hide file tree
Showing 2 changed files with 20 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.1.1
VERSION = 1.1.2
# This is the major number of VERSION. It might later become
# MAJOR.MINOR, if the library moves a lot.
LIBVER = 1
Expand Down
19 changes: 19 additions & 0 deletions versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1541,4 +1541,23 @@
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>1.1.2</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2024-09-29">2024-09-29</time>
</header>
<aside>
<p>
Add documentation for <b>--html-titleblock</b> and
slightly change semantics where it will print regardless
if in <b>-s</b> mode.
</p>
<p>
Add regression code coverage to main website, include
<code>make</code> rules for generating coverage. Many
more regression tests to exercise coverage.
</p>
</aside>
</article>
</articles>

0 comments on commit 5b4ca5e

Please sign in to comment.