Browse Source

bump version and changelog for v2.10.0

tags/v2.10.0^2
Shivaram Lingamneni 1 year ago
parent
commit
101fd53d6d
2 changed files with 3 additions and 10 deletions
  1. 2
    9
      CHANGELOG.md
  2. 1
    1
      irc/version.go

+ 2
- 9
CHANGELOG.md View File

@@ -1,16 +1,9 @@
1 1
 # Changelog
2 2
 All notable changes to Ergo will be documented in this file.
3 3
 
4
-## [2.10.0-rc2] - 2022-05-23
4
+## [2.10.0] - 2022-05-29
5 5
 
6
-Testing of 2.10.0-rc1 revealed serious bugs in the new `draft/read-marker` implementation. Consequently, we're publishing a second release candidate that fixes these issues. The final release is expected within a week or so; we apologize for the delay.
7
-
8
-### Fixed
9
-* Fixed bugs in the new `draft/read-marker` implementation (#1961, #1962)
10
-
11
-## [2.10.0-rc1] - 2022-05-16
12
-
13
-We're pleased to be publishing the release candidate for 2.10.0 (the official release should follow in a week or so).
6
+We're pleased to be publishing v2.10.0, a new stable release.
14 7
 
15 8
 This release contains no changes to the config file format or database file format.
16 9
 

+ 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.10.0-rc2"
10
+	SemVer = "2.10.0"
11 11
 )
12 12
 
13 13
 var (

Loading…
Cancel
Save