From 010875ec9a1d320a5f2aa3f1ad1f8d44554f156a Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 14 Jan 2024 17:40:50 -0500 Subject: [PATCH] bump version and changelog for v2.13.0 --- CHANGELOG.md | 6 +++--- irc/version.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ab2202..a1278970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Changelog All notable changes to Ergo will be documented in this file. -## [2.13.0-rc1] - 2024-01-07 +## [2.13.0] - 2024-01-14 -We're pleased to be publishing the release candidate for v2.13.0 (the official release should follow within a week or so). This is a bugfix release that fixes some issues, including a crash. +We're pleased to be publishing v2.13.0, a new stable release. This is a bugfix release that fixes some issues, including a crash. This release includes no changes to the config file format or database format. -Many thanks to [@dallemon](https://github.com/dallemon), [@jwheare](https://github.com/jwheare), [@Mikaela](https://github.com/Mikaela), and [@Sheikah45](https://github.com/Sheikah45) for contributing patches, reporting issues, and helping test. +Many thanks to [@dallemon](https://github.com/dallemon), [@jwheare](https://github.com/jwheare), [@Mikaela](https://github.com/Mikaela), [@nealey](https://github.com/nealey), and [@Sheikah45](https://github.com/Sheikah45) for contributing patches, reporting issues, and helping test. ### Fixed diff --git a/irc/version.go b/irc/version.go index a8765bc8..3f74041b 100644 --- a/irc/version.go +++ b/irc/version.go @@ -7,7 +7,7 @@ import "fmt" const ( // SemVer is the semantic version of Ergo. - SemVer = "2.13.0-rc1" + SemVer = "2.13.0" ) var (