mirror of
https://github.com/shouptech/tempgopher.git
synced 2026-02-03 08:39:43 +00:00
Bump to v0.4.0
This commit is contained in:
parent
a6196d5fa8
commit
209c3afc2a
2 changed files with 9 additions and 1 deletions
|
|
@ -1,5 +1,13 @@
|
|||
# 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
|
||||
|
||||
Release: 2018-10-24
|
||||
|
|
|
|||
2
main.go
2
main.go
|
|
@ -8,7 +8,7 @@ import (
|
|||
)
|
||||
|
||||
// Version is the current code version of tempgopher
|
||||
const Version = "0.4.0-dev"
|
||||
const Version = "0.4.0"
|
||||
|
||||
func main() {
|
||||
var args struct {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue