Browse Source

Setup 0.5.0-unreleased for next release

tags/v0.5.0
Daniel Oaks 7 years ago
parent
commit
9a3a5fff90
2 changed files with 15 additions and 1 deletions
  1. 14
    0
      CHANGELOG.md
  2. 1
    1
      irc/constants.go

+ 14
- 0
CHANGELOG.md View File

@@ -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.4.0] - 2016-11-03
8 22
 This release packs a more extensive oper privelege framework, bugfixes for capabilities/modes, support for new RP commands and more `RPL_ISUPPORT` tokens. In general, a bunch of new features and bugfixes to make using Oragono more smooth.
9 23
 

+ 1
- 1
irc/constants.go View File

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

Loading…
Cancel
Save