Bump version to 0.2.0

This commit is contained in:
Tom Andrade 2019-04-26 18:16:47 +02:00
parent f9e0cfa41e
commit a6e1e4340f
Signed by: wolvie
GPG Key ID: 31AAB07872E82669
2 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
## 2019-04-28 - 0.2.0
### Added
- Add enpoints to dump and restore the in memory db
- Change listen addr/port flags
- Change http handler to gorilla/mux
## 2019-04-14 - 0.1.0
### Added

View File

@ -27,7 +27,7 @@ const (
letterIdxMax = 63 / letterIdxBits // # of letter indices fitting in 63 bits
)
const (
appVersion = "0.1.0"
appVersion = "0.2.0"
)
const indexPage = `