1
0
Fork 0
mirror of https://github.com/shouptech/tempgopher.git synced 2026-02-03 16:49:42 +00:00

Release 0.1.0

* Added changelog
* Bumped version in code
This commit is contained in:
Emma 2018-10-04 19:28:54 -06:00
parent 11a697aa95
commit 9cb8a0bf18
2 changed files with 17 additions and 1 deletions

16
CHANGELOG.md Normal file
View file

@ -0,0 +1,16 @@
# TempGopher Changelog
## 0.1.0
Released: 2018-10-04
* Added single page Web UI, packaged into app
* Moved to GitLab, uses GitLab CI to run builds
## 0.0.1
Released: 2018-10-02
* Initial Release
* API only
* Supports multiple thermostats

View file

@ -8,7 +8,7 @@ import (
) )
// Version is the current code version of tempgopher // Version is the current code version of tempgopher
const Version = "0.1.0-dev" const Version = "0.1.0"
func main() { func main() {
var args struct { var args struct {