This release is getting too big to be 0.1.1

This commit is contained in:
Jordan Bancino 2022-12-18 20:11:32 +00:00
parent c15895ae06
commit f32e5eafce
3 changed files with 7 additions and 7 deletions

View file

@ -8,16 +8,16 @@ Key:
[~] In Progress
[!] Won't Fix
Milestone: v0.1.1
Milestone: v0.2.0
-----------------
[x] Abstract user-interactive authentication
[ ] Abstract /email/requestToken and /msidsn/requestToken
[ ] User registration
[ ] Username validation
[ ] Password validation
[~] User registration
[x] Username validation
[ ] Password hashing
[ ] User API
Milestone: v1.0.0
-----------------

View file

@ -1,4 +1,4 @@
.Dd $Mdocdate: December 16 2022 $
.Dd $Mdocdate: December 18 2022 $
.Dt TELODENDRIA-CHANGELOG 7
.Os Telodendria Project
.Sh NAME
@ -28,7 +28,7 @@ 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
.Sh v0.2.0
.Pp
Not released yet.
.Pp

View file

@ -19,7 +19,7 @@
# such that these serve more as sane defaults than hard requirements.
#
: "${TELODENDRIA_VERSION:=0.1.1}"
: "${TELODENDRIA_VERSION:=0.2.0}"
: "${CVS_TAG:=Telodendria-$(echo $TELODENDRIA_VERSION | sed 's/\./_/g')}"
: "${DEFINES:=-D_DEFAULT_SOURCE -DTELODENDRIA_VERSION=\"$TELODENDRIA_VERSION\"}"