From b23707c12af5925879e13277ceb8afb379696827 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sun, 16 Oct 2016 21:36:21 +1000 Subject: [PATCH] Release v0.2.0 --- CHANGELOG.md | 10 +++------- irc/constants.go | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 353c52aa..bb730d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). @@ -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! diff --git a/irc/constants.go b/irc/constants.go index d5c788fd..3d8b3c7c 100644 --- a/irc/constants.go +++ b/irc/constants.go @@ -9,7 +9,7 @@ import "fmt" const ( // SemVer is the semantic version of Oragono. - SemVer = "0.2.0-unreleased" + SemVer = "0.2.0" ) var (