Selaa lähdekoodia

bump version and changelog for v2.9.0

tags/v2.9.0^0
Shivaram Lingamneni 2 vuotta sitten
vanhempi
commit
a0ad42272d
2 muutettua tiedostoa jossa 3 lisäystä ja 5 poistoa
  1. 2
    4
      CHANGELOG.md
  2. 1
    1
      irc/version.go

+ 2
- 4
CHANGELOG.md Näytä tiedosto

@@ -1,11 +1,9 @@
1 1
 # Changelog
2 2
 All notable changes to Ergo will be documented in this file.
3 3
 
4
-## [2.9.0-rc1] - 2021-01-02
4
+## [2.9.0] - 2021-01-09
5 5
 
6
-We're pleased to be publishing the release candidate for 2.9.0 (the official release should follow in a week or so).
7
-
8
-This release contains mostly bug fixes, with some enhancements to moderation tools.
6
+We're pleased to be publishing 2.9.0, a new stable release. This release contains mostly bug fixes, with some enhancements to moderation tools.
9 7
 
10 8
 This release includes changes to the config file format, all of which are fully backwards-compatible and do not require updating the file before upgrading. It includes no changes to the database file format.
11 9
 

+ 1
- 1
irc/version.go Näytä tiedosto

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

Loading…
Peruuta
Tallenna