update: tweak meta

This commit is contained in:
Weilin Shi 2017-09-29 10:06:34 +08:00
parent 02daf62bc0
commit 5ef8d99a13
2 changed files with 8 additions and 1 deletions

View File

@ -7,4 +7,7 @@ script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
notifications:
email:
on_success: never

View File

@ -1,3 +1,7 @@
0.11.0 / 2017-09-28
===================
* Add NewMathExpr API
0.10.0 / 2017-09-23
===================
* Add LoadFont API