bump version and changelog for v2.19.0

This commit is contained in:
Shivaram Lingamneni
2026-07-21 00:29:05 -04:00
parent be2e80b443
commit 885737f7f6
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
# Changelog
All notable changes to Ergo will be documented in this file.
## [2.19.0-rc1] - 2026-07-14
## [2.19.0] - 2026-07-21
We're pleased to be publishing the release candidate for v2.19.0 (the official release should follow within a week or so). This release contains IRCv3 specification-related updates, bug fixes, and minor enhancements.
We're pleased to be publishing v2.19.0, a new stable release. This release contains IRCv3 specification-related updates, bug fixes, and minor enhancements.
This release includes changes to the config file format, one of which is not backwards-compatible (see below to determine whether you are affected). It includes no changes to the database file format.
+1 -1
View File
@@ -7,7 +7,7 @@ import "fmt"
const (
// SemVer is the semantic version of Ergo.
SemVer = "2.19.0-rc1"
SemVer = "2.19.0"
)
var (