Bump version to 0.3.0

This commit is contained in:
Tulir Asokan 2022-11-19 17:24:57 +02:00
parent c871a0c4b5
commit 5aa494dc5e
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# v0.3.0 (unreleased)
# v0.3.0 (2022-11-19)
* Bumped minimum Go version to 1.18.
* Switched from `/r0` to `/v3` paths everywhere.
@ -32,7 +32,7 @@
(thanks to [@n-peugnet] in [#386]).
* Fixed newlines not working in code blocks with certain syntax highlightings
(thanks to [@n-peugnet] in [#387]).
* Fixed rendering more than one reaction of the same type in a single message.
* Fixed rendering more than one reaction of the same type in a single message
(thanks to [@n-peugnet] in [#391]).
* Fixed line-wrapped messages getting corrupted when receiving a reaction
(thanks to [@n-peugnet] in [#397]).

View File

@ -1,5 +1,5 @@
Package: gomuks
Version: 0.2.4-1
Version: 0.3.0-1
Section: net
Priority: optional
Architecture: amd64

View File

@ -40,7 +40,7 @@ var (
var (
// Version is the version number of gomuks. Changed manually when making a release.
Version = "0.2.4"
Version = "0.3.0"
// VersionString is the gomuks version, plus commit information. Filled in init() using the build-time values.
VersionString = ""
)