Bump version to 0.2.0
This commit is contained in:
parent
f9e0cfa41e
commit
a6e1e4340f
@ -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/)
|
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
|
## 2019-04-14 - 0.1.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
2
main.go
2
main.go
@ -27,7 +27,7 @@ const (
|
|||||||
letterIdxMax = 63 / letterIdxBits // # of letter indices fitting in 63 bits
|
letterIdxMax = 63 / letterIdxBits // # of letter indices fitting in 63 bits
|
||||||
)
|
)
|
||||||
const (
|
const (
|
||||||
appVersion = "0.1.0"
|
appVersion = "0.2.0"
|
||||||
)
|
)
|
||||||
|
|
||||||
const indexPage = `
|
const indexPage = `
|
||||||
|
Loading…
x
Reference in New Issue
Block a user