Bump Ginkgo module to release version

This commit is contained in:
Carlos de Paula
2019-12-19 19:30:42 -03:00
parent ecfd30d251
commit c71dd7e4ee
29 changed files with 53 additions and 45 deletions

View File

@@ -1,3 +1,11 @@
## 1.11.0
### Features
- Add syscall for riscv64 architecture [f66e896]
- teamcity reporter: output location of test failure as well as test definition (#626) [9869142]
- teamcity reporter: output newline after every service message (#625) [3cfa02d]
- Add support for go module when running `generate` command (#578) [9c89e3f]
## 1.10.3
### Fixes

View File

@@ -20,7 +20,7 @@ import (
"fmt"
)
const VERSION = "1.10.3"
const VERSION = "1.11.0"
type GinkgoConfigType struct {
RandomSeed int64