Release 1.0

This commit is contained in:
Marcin Kulik
2015-03-12 15:37:55 +01:00
parent eb9b7e4ad9
commit 062ba8aee0
2 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,10 @@
# asciinema cli changelog
# asciinema changelog
## 1.0.0 (2015-03-12)
* `--max-wait` and `--yes` options can be saved in config file
* Support for displaying warning messages returned from API
* Also, see changes for 1.0.0 release candidates below
## 1.0.0.rc2 (2015-03-08)

View File

@@ -12,7 +12,7 @@ import (
"github.com/asciinema/asciinema/util"
)
const Version = "1.0.0.rc2"
const Version = "1.0.0"
var GitCommit string // initialized during build