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)\"}"