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:
parent
11a697aa95
commit
9cb8a0bf18
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
Normal file
16
CHANGELOG.md
Normal 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
|
||||
2
main.go
2
main.go
|
|
@ -8,7 +8,7 @@ import (
|
|||
)
|
||||
|
||||
// Version is the current code version of tempgopher
|
||||
const Version = "0.1.0-dev"
|
||||
const Version = "0.1.0"
|
||||
|
||||
func main() {
|
||||
var args struct {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue