forked from External/ergo
Setup 0.3.0-unreleased for next release
This commit is contained in:
parent
d96ca0ba25
commit
6e24efe84b
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -4,6 +4,20 @@ All notable changes to Oragono will be documented in this file.
|
|||
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.
|
||||
|
||||
|
||||
## Unreleased
|
||||
New release of Oragono!
|
||||
|
||||
### Security
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Removed
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
## [0.2.0] - 2016-10-16
|
||||
Improved compatibility, more features.
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import "fmt"
|
|||
|
||||
const (
|
||||
// SemVer is the semantic version of Oragono.
|
||||
SemVer = "0.2.0"
|
||||
SemVer = "0.3.0-unreleased"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue