diff --git a/.travis.yml b/.travis.yml index f28520f..9557e4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,7 @@ script: - go test -race -coverprofile=coverage.txt -covermode=atomic after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash) +notifications: + email: + on_success: never \ No newline at end of file diff --git a/history.md b/history.md index 8b782da..b987477 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,7 @@ +0.11.0 / 2017-09-28 +=================== +* Add NewMathExpr API + 0.10.0 / 2017-09-23 =================== * Add LoadFont API