Hello,
Version 1.1.1 of the err library has been released.
err is a small error-printing library. It can be used by projects
written in any major version of C or C++.
This is a small release that adds version numbers to the source files.
I felt it was important to make this change a release on its own because
this is the final release of the 1.x line before breaking changes are
made in a 2.x release. The previous version of the 1.x line, 1.1.0, does
not have any version identifiers present in the file.
A tar.gz of this version of err can be found here:
https://git.sr.ht/~smlavine/err/archive/1.1.1.tar.gz
And the latest and greatest of err can always be found here:
https://sr.ht/~smlavine/err
$ git shortlog -ne 1.1.0..
Sebastian LaVine <mail@smlavine.com> (3):
Add version identifiers to source files
Use single backticks, not triple
Release 1.1.1
$ git diff --stat 1.1.0..
Doxyfile | 2 +-
README.md | 8 ++++----
err.c | 1 +
err.h | 1 +
4 files changed, 7 insertions(+), 5 deletions(-)
If you find err useful, or have any other feedback I'd love to hear
from you. Send an email to <~smlavine/public-inbox@lists.sr.ht>.
--
Sebastian LaVine | https://smlavine.com