瀏覽代碼

Setup 0.6.0-unreleased for next release

tags/v0.6.0
Daniel Oaks 7 年之前
父節點
當前提交
b612b1be60
共有 2 個檔案被更改,包括 15 行新增1 行删除
  1. 14
    0
      CHANGELOG.md
  2. 1
    1
      irc/constants.go

+ 14
- 0
CHANGELOG.md 查看文件

@@ -4,6 +4,20 @@ All notable changes to Oragono will be documented in this file.
4 4
 This project adheres to [Semantic Versioning](http://semver.org/). For the purposes of versioning, we consider the "public API" to refer to the configuration files, CLI interface and database format.
5 5
 
6 6
 
7
+## Unreleased
8
+New release of Oragono!
9
+
10
+### Security
11
+
12
+### Added
13
+
14
+### Changed
15
+
16
+### Removed
17
+
18
+### Fixed
19
+
20
+
7 21
 ## [0.5.0] - 2016-12-10
8 22
 This release includes a ton of fixes, as well as the ability to ban IP addresses from your network with the `DLINE` command!
9 23
 

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

@@ -9,7 +9,7 @@ import "fmt"
9 9
 
10 10
 const (
11 11
 	// SemVer is the semantic version of Oragono.
12
-	SemVer = "0.5.0"
12
+	SemVer = "0.6.0-unreleased"
13 13
 )
14 14
 
15 15
 var (

Loading…
取消
儲存