mirror of
https://github.com/shouptech/tempgopher.git
synced 2026-02-03 16:49:42 +00:00
Bump to v0.3.0
This commit is contained in:
parent
f541654a86
commit
f13c557b38
2 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
2
main.go
2
main.go
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue