Browse Source

bump version and changelog for v2.10.0-rc2

tags/v2.10.0-rc2^0
Shivaram Lingamneni 2 years ago
parent
commit
acd95b9924
2 changed files with 8 additions and 1 deletions
  1. 7
    0
      CHANGELOG.md
  2. 1
    1
      irc/version.go

+ 7
- 0
CHANGELOG.md View File

@@ -1,6 +1,13 @@
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
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
+
4 11
 ## [2.10.0-rc1] - 2022-05-16
5 12
 
6 13
 We're pleased to be publishing the release candidate for 2.10.0 (the official release should follow in a week or so).

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

Loading…
Cancel
Save