1
0
Fork 0
mirror of https://github.com/shouptech/tempgopher.git synced 2026-02-03 08:39:43 +00:00

Bump to v0.3.0

This commit is contained in:
Emma 2018-10-20 19:52:45 -06:00
parent f541654a86
commit f13c557b38
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# TempGopher Changelog # TempGopher Changelog
## 0.3.0
Release: 2018-10-20
* You can now supply a list of users for simple authentication
* Will write data to an Influx DB if configured
* Adds the ability to selectively disable heating or cooling
* Checks for the existence of a config file before generating a new one
## 0.2.0 ## 0.2.0
Release: 2018-10-11 Release: 2018-10-11

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