Release 0.8.0

This commit is contained in:
Roman Vynar 2019-02-19 17:07:07 +02:00
parent fea503c96b
commit a7f824f12c
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
## Changelog
### 0.8.0 (2019-02-19)
* Use go 1.11.5, alpine 3.9, echo 3.3.10.
* Put all static files to the docker image instead of loading from CDN.
* Now discover more than 100 repositories (thanks to Yuhi Ishikura @uphy).
### 0.7.4 (2018-10-30)
* Switch to Go 1.11 and Go Modules to track dependencies.

View File

@ -1,3 +1,3 @@
package main
const version = "0.8.0-dev"
const version = "0.8.0"