From fc8fbc9a70c3ba1452a1eff063ea7b2aaaa0ef3f Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Tue, 7 Mar 2023 00:51:16 +0000 Subject: [PATCH] I forgot to set the date in the changelog. --- man/man7/telodendria-changelog.7 | 8 +++++++- tools/bin/td | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/man/man7/telodendria-changelog.7 b/man/man7/telodendria-changelog.7 index bc02ad0..aaac34b 100644 --- a/man/man7/telodendria-changelog.7 +++ b/man/man7/telodendria-changelog.7 @@ -28,9 +28,15 @@ 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.2.1 +.Pp +Monday, March 6, 2023 +.Pp +This is a patch release that fixes a few typos and other minor +issues. .Sh v0.2.0 .Pp -Not released yet. +Monday, March 6, 2023 .Pp This release is focused on providing a decent amount of the client authentication API. You can now create accounts on a diff --git a/tools/bin/td b/tools/bin/td index 6b49ae3..6cd2e95 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.2.0}" +: "${TELODENDRIA_VERSION:=0.2.1}" : "${CVS_TAG:=Telodendria-$(echo $TELODENDRIA_VERSION | sed 's/\./_/g')}" : "${DEFINES:=-D_DEFAULT_SOURCE -DTELODENDRIA_VERSION=\"${TELODENDRIA_VERSION}-$(uname)\"}"