forked from Telodendria/Telodendria
Bump version number to v0.3.0
This commit is contained in:
parent
1a169d1a2e
commit
19e89110cd
3 changed files with 23 additions and 4 deletions
5
TODO.txt
5
TODO.txt
|
@ -22,8 +22,9 @@ Milestone: v0.3.0
|
||||||
[ ] Test on other platforms
|
[ ] Test on other platforms
|
||||||
[ ] Option to pretty-print Json
|
[ ] Option to pretty-print Json
|
||||||
|
|
||||||
[x] Simple command line tool to make matrix requests
|
[~] Simple command line tool to make matrix requests
|
||||||
- Built on HTTP client API
|
[x] Built on HTTP client API
|
||||||
|
[ ] http man page
|
||||||
[ ] Simple command line tool for working with JSON
|
[ ] Simple command line tool for working with JSON
|
||||||
- Like a simpler version of jq
|
- Like a simpler version of jq
|
||||||
- Should pretty-print Json
|
- Should pretty-print Json
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.Dd $Mdocdate: March 7 2023 $
|
.Dd $Mdocdate: March 8 2023 $
|
||||||
.Dt TELODENDRIA-CHANGELOG 7
|
.Dt TELODENDRIA-CHANGELOG 7
|
||||||
.Os Telodendria Project
|
.Os Telodendria Project
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -28,6 +28,24 @@ 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.3.0
|
||||||
|
.Pp
|
||||||
|
Not Released Yet.
|
||||||
|
.Pp
|
||||||
|
Introducing a new configuration API, source/sink-agnostic I/O, TLS
|
||||||
|
support, an HTTP client, and more! The third major release of
|
||||||
|
.Nm
|
||||||
|
packs a lot of general improvements on top of supporting more of
|
||||||
|
the Matrix specification.
|
||||||
|
.Pp
|
||||||
|
.Bl -bullet
|
||||||
|
.It
|
||||||
|
Added a simple HTTP client API, which will be used for federation.
|
||||||
|
This release also ships with a simple command line tool similar to
|
||||||
|
.Xr curl 1
|
||||||
|
that can be used for testing
|
||||||
|
.Nm .
|
||||||
|
.El
|
||||||
.Sh v0.2.1
|
.Sh v0.2.1
|
||||||
.Pp
|
.Pp
|
||||||
Monday, March 6, 2023
|
Monday, March 6, 2023
|
||||||
|
|
|
@ -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.1}"
|
: "${TELODENDRIA_VERSION:=0.3.0}"
|
||||||
: "${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