Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOaks committed Dec 26, 2017
1 parent 0c25d0d commit 358b1c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,7 @@ All notable changes to ircdog 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 and CLI.


## Unreleased
## [0.1.0] - 2017-12-26
Initial release of ircdog!

ircdog supports connecting, responding to pings, displaying formatting, and optionally displaying the raw decoded messages with goshuirc escapes.


### Config Changes

### Security

### Added

### Changed

### Removed

### Fixed
2 changes: 1 addition & 1 deletion lib/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ package lib

const (
// SemVer is the semantic version of this program
SemVer = "0.1.0-unreleased"
SemVer = "0.1.0"
)

0 comments on commit 358b1c5

Please sign in to comment.