Bläddra i källkod

Setup 0.6.0-unreleased for next release

tags/v0.6.0
Daniel Oaks 7 år sedan
förälder
incheckning
b612b1be60
2 ändrade filer med 15 tillägg och 1 borttagningar
  1. 14
    0
      CHANGELOG.md
  2. 1
    1
      irc/constants.go

+ 14
- 0
CHANGELOG.md Visa fil

@@ -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 Visa fil

@@ -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 (

Laddar…
Avbryt
Spara