소스 검색

Setup v0.10.4-unreleased devel ver

tags/v0.11.0-alpha
Daniel Oaks 6 년 전
부모
커밋
7c624f9a38
2개의 변경된 파일17개의 추가작업 그리고 1개의 파일을 삭제
  1. 16
    0
      CHANGELOG.md
  2. 1
    1
      irc/constants.go

+ 16
- 0
CHANGELOG.md 파일 보기

@@ -4,6 +4,22 @@ 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
+### Config Changes
11
+
12
+### Security
13
+
14
+### Added
15
+
16
+### Changed
17
+
18
+### Removed
19
+
20
+### Fixed
21
+
22
+
7 23
 ## [0.10.3] - 2017-12-26
8 24
 This patch fixes a couple bugs, updates cap/isupport token names in response to spec changes, and allows unprivileged users to list channel bans. Ah, DLINE and KLINE also store oper names, so you can see who set those pesky bans later on!
9 25
 

+ 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.10.3"
12
+	SemVer = "0.10.4-unreleased"
13 13
 )
14 14
 
15 15
 var (

Loading…
취소
저장