From a6e1e4340f3d487aaef9fcf7fbd6677c064bf8e8 Mon Sep 17 00:00:00 2001 From: Tom Andrade Date: Fri, 26 Apr 2019 18:16:47 +0200 Subject: [PATCH] Bump version to 0.2.0 --- CHANGELOG.md | 8 ++++++++ main.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e2ce1c..58b3cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/main.go b/main.go index 40c9479..ba9172f 100644 --- a/main.go +++ b/main.go @@ -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 = `