forked from Telodendria/Telodendria
Bump version number
This commit is contained in:
parent
6d5ef9d6ad
commit
5d1451bf88
3 changed files with 26 additions and 6 deletions
|
@ -28,6 +28,26 @@ 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
|
||||
.Pp
|
||||
Tuesday, December 13, 2022
|
||||
.Pp
|
||||
I always use the first release of my projects as a test, to make
|
||||
sure the release process works like I intend it, and to make sure
|
||||
subsequent releases also work. Thus, we get two releases in one
|
||||
day. This won't be a normal thing, I assure you.
|
||||
.Pp
|
||||
Changes in this release:
|
||||
.Bl -bullet
|
||||
.It
|
||||
Bumped version number to 0.1.1.
|
||||
.It
|
||||
Fixed a bug in
|
||||
.Xr td 8
|
||||
that caused
|
||||
.Xr cvs 1
|
||||
to be invoked in the wrong directory.
|
||||
.El
|
||||
.Sh v0.1.0
|
||||
.Pp
|
||||
Tuesday, December 13, 2022
|
||||
|
|
|
@ -68,19 +68,19 @@ telodendria-signify.pub</a>.
|
|||
<th>Signature</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v0.1.0</td>
|
||||
<td>v0.1.1</td>
|
||||
<td>
|
||||
<a href="/pub/v0.1.0/Telodendria-v0.1.0.tar.gz">
|
||||
Telodendria-v0.1.0.tar.gz
|
||||
<a href="/pub/v0.1.1/Telodendria-v0.1.1.tar.gz">
|
||||
Telodendria-v0.1.1.tar.gz
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="/pub/v0.1.0/Telodendria-v0.1.0.tar.gz.sha256">
|
||||
<a href="/pub/v0.1.1/Telodendria-v0.1.1.tar.gz.sha256">
|
||||
SHA256
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="/pub/v0.1.0/Telodendria-v0.1.0.tar.gz.sig">
|
||||
<a href="/pub/v0.1.1/Telodendria-v0.1.1.tar.gz.sig">
|
||||
Signify
|
||||
</a>
|
||||
</td>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# such that these serve more as sane defaults than hard requirements.
|
||||
#
|
||||
|
||||
: "${TELODENDRIA_VERSION:=0.1.0}"
|
||||
: "${TELODENDRIA_VERSION:=0.1.1}"
|
||||
: "${CVS_TAG:=Telodendria-$(echo $TELODENDRIA_VERSION | sed 's/\./_/g')}"
|
||||
|
||||
: "${DEFINES:=-D_DEFAULT_SOURCE -DTELODENDRIA_VERSION=\"$TELODENDRIA_VERSION\"}"
|
||||
|
|
Loading…
Reference in a new issue