浏览代码

bump version and changelog

tags/v2.6.0^0
Shivaram Lingamneni 3 年前
父节点
当前提交
7481bf0385
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2
    2
      CHANGELOG.md
  2. 1
    1
      irc/version.go

+ 2
- 2
CHANGELOG.md 查看文件

@@ -1,9 +1,9 @@
1 1
 # Changelog
2 2
 All notable changes to Oragono will be documented in this file.
3 3
 
4
-## [2.6.0-rc1] - 2021-04-11
4
+## [2.6.0] - 2021-04-18
5 5
 
6
-We're pleased to be publishing the release candidate for 2.6.0 (the official release should follow in a week or so).
6
+We're pleased to announce Oragono 2.6.0, a new stable release.
7 7
 
8 8
 This release has some user-facing enhancements, but is primarily focused on fixing bugs and advancing the state of IRCv3 standardization (by publishing a release that implements the latest drafts). Some highlights:
9 9
 

+ 1
- 1
irc/version.go 查看文件

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

正在加载...
取消
保存