Browse Source

bump version and changelog for v2.13.0

tags/v2.13.0
Shivaram Lingamneni 3 months ago
parent
commit
010875ec9a
2 changed files with 4 additions and 4 deletions
  1. 3
    3
      CHANGELOG.md
  2. 1
    1
      irc/version.go

+ 3
- 3
CHANGELOG.md View File

@@ -1,13 +1,13 @@
1 1
 # Changelog
2 2
 All notable changes to Ergo will be documented in this file.
3 3
 
4
-## [2.13.0-rc1] - 2024-01-07
4
+## [2.13.0] - 2024-01-14
5 5
 
6
-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.
6
+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.
7 7
 
8 8
 This release includes no changes to the config file format or database format.
9 9
 
10
-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.
10
+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.
11 11
 
12 12
 ### Fixed
13 13
 

+ 1
- 1
irc/version.go View File

@@ -7,7 +7,7 @@ import "fmt"
7 7
 
8 8
 const (
9 9
 	// SemVer is the semantic version of Ergo.
10
-	SemVer = "2.13.0-rc1"
10
+	SemVer = "2.13.0"
11 11
 )
12 12
 
13 13
 var (

Loading…
Cancel
Save