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

Bump to v0.4.0

This commit is contained in:
Emma 2018-11-01 09:13:06 -06:00
parent a6196d5fa8
commit 209c3afc2a
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# TempGopher Changelog # TempGopher Changelog
## 0.4.0
Release 2018-11-01
* Enable/disable heating or cooling via UI
* Improved unit tests!
* Fixed bug where updating/clearing changes would cause multiple refreshes in a row [#17](https://gitlab.com/shouptech/tempgopher/issues/17)
## 0.3.1 ## 0.3.1
Release: 2018-10-24 Release: 2018-10-24

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.4.0-dev" const Version = "0.4.0"
func main() { func main() {
var args struct { var args struct {