diff --git a/TODO.txt b/TODO.txt index e12c2aa..0ea9d85 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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 ----------------- diff --git a/man/man7/telodendria-changelog.7 b/man/man7/telodendria-changelog.7 index 0f28fb3..a297ce0 100644 --- a/man/man7/telodendria-changelog.7 +++ b/man/man7/telodendria-changelog.7 @@ -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 diff --git a/tools/bin/td b/tools/bin/td index 2460fe9..43cd83d 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.1}" +: "${TELODENDRIA_VERSION:=0.2.0}" : "${CVS_TAG:=Telodendria-$(echo $TELODENDRIA_VERSION | sed 's/\./_/g')}" : "${DEFINES:=-D_DEFAULT_SOURCE -DTELODENDRIA_VERSION=\"$TELODENDRIA_VERSION\"}"