Bump version to 0.3.0
This commit is contained in:
parent
c871a0c4b5
commit
5aa494dc5e
@ -1,4 +1,4 @@
|
|||||||
# v0.3.0 (unreleased)
|
# v0.3.0 (2022-11-19)
|
||||||
|
|
||||||
* Bumped minimum Go version to 1.18.
|
* Bumped minimum Go version to 1.18.
|
||||||
* Switched from `/r0` to `/v3` paths everywhere.
|
* Switched from `/r0` to `/v3` paths everywhere.
|
||||||
@ -32,7 +32,7 @@
|
|||||||
(thanks to [@n-peugnet] in [#386]).
|
(thanks to [@n-peugnet] in [#386]).
|
||||||
* Fixed newlines not working in code blocks with certain syntax highlightings
|
* Fixed newlines not working in code blocks with certain syntax highlightings
|
||||||
(thanks to [@n-peugnet] in [#387]).
|
(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]).
|
(thanks to [@n-peugnet] in [#391]).
|
||||||
* Fixed line-wrapped messages getting corrupted when receiving a reaction
|
* Fixed line-wrapped messages getting corrupted when receiving a reaction
|
||||||
(thanks to [@n-peugnet] in [#397]).
|
(thanks to [@n-peugnet] in [#397]).
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Package: gomuks
|
Package: gomuks
|
||||||
Version: 0.2.4-1
|
Version: 0.3.0-1
|
||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
|
@ -40,7 +40,7 @@ var (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
// Version is the version number of gomuks. Changed manually when making a release.
|
// 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 is the gomuks version, plus commit information. Filled in init() using the build-time values.
|
||||||
VersionString = ""
|
VersionString = ""
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user