Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOaks committed Oct 16, 2016
1 parent 0562e26 commit b23707c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ 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
The next release of Oragono!
## [0.2.0] - 2016-10-16
Improved compatibility, more features.

Improved compatibility, more features, etc.

### Security
Now comes with a new proper Unicode-capable casemapping and integrated help!

### Added
* Added integrated help (with the `/HELP` command).
Expand All @@ -23,8 +21,6 @@ Improved compatibility, more features, etc.
* Removed channel persistence with the `+P` mode (not too useful as currently implemented, to be replaced later).
* Removed the `PROXY` command (breaks our TLS user mode, and our integrated support for TLS should be fine).

### Fixed


## [0.1.0] - 2016-09-18
Initial release of Oragono!
Expand Down
2 changes: 1 addition & 1 deletion irc/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "fmt"

const (
// SemVer is the semantic version of Oragono.
SemVer = "0.2.0-unreleased"
SemVer = "0.2.0"
)

var (
Expand Down

0 comments on commit b23707c

Please sign in to comment.