update: tweak meta
This commit is contained in:
parent
02daf62bc0
commit
5ef8d99a13
|
@ -7,4 +7,7 @@ script:
|
||||||
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
on_success: never
|
|
@ -1,3 +1,7 @@
|
||||||
|
0.11.0 / 2017-09-28
|
||||||
|
===================
|
||||||
|
* Add NewMathExpr API
|
||||||
|
|
||||||
0.10.0 / 2017-09-23
|
0.10.0 / 2017-09-23
|
||||||
===================
|
===================
|
||||||
* Add LoadFont API
|
* Add LoadFont API
|
||||||
|
|
Reference in New Issue