mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-22 11:59:40 +01:00
bump version and changelog for v2.10.0-rc2
This commit is contained in:
parent
40d70b8aeb
commit
acd95b9924
@ -1,6 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to Ergo will be documented in this file.
|
All notable changes to Ergo will be documented in this file.
|
||||||
|
|
||||||
|
## [2.10.0-rc2] - 2022-05-23
|
||||||
|
|
||||||
|
Testing of 2.10.0-rc1 revealed serious bugs in the new `draft/read-marker` implementation. Consequently, we're publishing a second release candidate that fixes these issues. The final release is expected within a week or so; we apologize for the delay.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Fixed bugs in the new `draft/read-marker` implementation (#1961, #1962)
|
||||||
|
|
||||||
## [2.10.0-rc1] - 2022-05-16
|
## [2.10.0-rc1] - 2022-05-16
|
||||||
|
|
||||||
We're pleased to be publishing the release candidate for 2.10.0 (the official release should follow in a week or so).
|
We're pleased to be publishing the release candidate for 2.10.0 (the official release should follow in a week or so).
|
||||||
|
@ -7,7 +7,7 @@ import "fmt"
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// SemVer is the semantic version of Ergo.
|
// SemVer is the semantic version of Ergo.
|
||||||
SemVer = "2.10.0-rc1"
|
SemVer = "2.10.0-rc2"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user