mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
bump version and changelog
This commit is contained in:
parent
41738471ce
commit
7481bf0385
@ -1,9 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to Oragono will be documented in this file.
|
All notable changes to Oragono will be documented in this file.
|
||||||
|
|
||||||
## [2.6.0-rc1] - 2021-04-11
|
## [2.6.0] - 2021-04-18
|
||||||
|
|
||||||
We're pleased to be publishing the release candidate for 2.6.0 (the official release should follow in a week or so).
|
We're pleased to announce Oragono 2.6.0, a new stable release.
|
||||||
|
|
||||||
This release has some user-facing enhancements, but is primarily focused on fixing bugs and advancing the state of IRCv3 standardization (by publishing a release that implements the latest drafts). Some highlights:
|
This release has some user-facing enhancements, but is primarily focused on fixing bugs and advancing the state of IRCv3 standardization (by publishing a release that implements the latest drafts). Some highlights:
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ import "fmt"
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// SemVer is the semantic version of Oragono.
|
// SemVer is the semantic version of Oragono.
|
||||||
SemVer = "2.6.0-rc1"
|
SemVer = "2.6.0"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user