forked from Telodendria/Telodendria
I forgot to set the date in the changelog.
This commit is contained in:
parent
7e41251f07
commit
fc8fbc9a70
2 changed files with 8 additions and 2 deletions
|
@ -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
|
It's a good idea to join the Matrix rooms noted in
|
||||||
.Xr telodendria 7
|
.Xr telodendria 7
|
||||||
as well, so you can discuss your progress and ask questions.
|
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
|
.Sh v0.2.0
|
||||||
.Pp
|
.Pp
|
||||||
Not released yet.
|
Monday, March 6, 2023
|
||||||
.Pp
|
.Pp
|
||||||
This release is focused on providing a decent amount of the
|
This release is focused on providing a decent amount of the
|
||||||
client authentication API. You can now create accounts on a
|
client authentication API. You can now create accounts on a
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
# such that these serve more as sane defaults than hard requirements.
|
# 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')}"
|
: "${CVS_TAG:=Telodendria-$(echo $TELODENDRIA_VERSION | sed 's/\./_/g')}"
|
||||||
|
|
||||||
: "${DEFINES:=-D_DEFAULT_SOURCE -DTELODENDRIA_VERSION=\"${TELODENDRIA_VERSION}-$(uname)\"}"
|
: "${DEFINES:=-D_DEFAULT_SOURCE -DTELODENDRIA_VERSION=\"${TELODENDRIA_VERSION}-$(uname)\"}"
|
||||||
|
|
Loading…
Reference in a new issue