diff --git a/man/man7/telodendria-changelog.7 b/man/man7/telodendria-changelog.7 index a5d06dd..4741267 100644 --- a/man/man7/telodendria-changelog.7 +++ b/man/man7/telodendria-changelog.7 @@ -28,6 +28,26 @@ Feel free to grab an item on that list and start writing patches! It's a good idea to join the Matrix rooms noted in .Xr telodendria 7 as well, so you can discuss your progress and ask questions. +.Sh v0.1.1 +.Pp +Tuesday, December 13, 2022 +.Pp +I always use the first release of my projects as a test, to make +sure the release process works like I intend it, and to make sure +subsequent releases also work. Thus, we get two releases in one +day. This won't be a normal thing, I assure you. +.Pp +Changes in this release: +.Bl -bullet +.It +Bumped version number to 0.1.1. +.It +Fixed a bug in +.Xr td 8 +that caused +.Xr cvs 1 +to be invoked in the wrong directory. +.El .Sh v0.1.0 .Pp Tuesday, December 13, 2022 diff --git a/site/index.html b/site/index.html index 7f92ac7..422b4bc 100644 --- a/site/index.html +++ b/site/index.html @@ -68,19 +68,19 @@ telodendria-signify.pub. Signature -v0.1.0 +v0.1.1 - -Telodendria-v0.1.0.tar.gz + +Telodendria-v0.1.1.tar.gz - + SHA256 - + Signify diff --git a/tools/bin/td b/tools/bin/td index aa9f15d..33f69d2 100644 --- a/tools/bin/td +++ b/tools/bin/td @@ -19,7 +19,7 @@ # such that these serve more as sane defaults than hard requirements. # -: "${TELODENDRIA_VERSION:=0.1.0}" +: "${TELODENDRIA_VERSION:=0.1.1}" : "${CVS_TAG:=Telodendria-$(echo $TELODENDRIA_VERSION | sed 's/\./_/g')}" : "${DEFINES:=-D_DEFAULT_SOURCE -DTELODENDRIA_VERSION=\"$TELODENDRIA_VERSION\"}"