Browse Source

Release v0.2.0

tags/v0.2.0^0
Daniel Oaks 7 years ago
parent
commit
b23707c12a
2 changed files with 4 additions and 8 deletions
  1. 3
    7
      CHANGELOG.md
  2. 1
    1
      irc/constants.go

+ 3
- 7
CHANGELOG.md View File

@@ -4,12 +4,10 @@ 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
-The next release of Oragono!
7
+## [0.2.0] - 2016-10-16
8
+Improved compatibility, more features.
9 9
 
10
-Improved compatibility, more features, etc.
11
-
12
-### Security
10
+Now comes with a new proper Unicode-capable casemapping and integrated help!
13 11
 
14 12
 ### Added
15 13
 * Added integrated help (with the `/HELP` command).
@@ -23,8 +21,6 @@ Improved compatibility, more features, etc.
23 21
 * Removed channel persistence with the `+P` mode (not too useful as currently implemented, to be replaced later).
24 22
 * Removed the `PROXY` command (breaks our TLS user mode, and our integrated support for TLS should be fine).
25 23
 
26
-### Fixed
27
-
28 24
 
29 25
 ## [0.1.0] - 2016-09-18
30 26
 Initial release of Oragono!

+ 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.2.0-unreleased"
12
+	SemVer = "0.2.0"
13 13
 )
14 14
 
15 15
 var (

Loading…
Cancel
Save