Skip to content

Commit

Permalink
v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm committed Oct 2, 2019
1 parent 5049dc5 commit 72b6ab0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
## 1.10.2

### Fixes
- speed up table entry generateIt() (#609) [5049dc5]
- Fix. Write errors to stderr instead of stdout (#610) [7bb3091]

## 1.10.1

## Fixes
### Fixes
- stack backtrace: fix skipping (#600) [2a4c0bd]

## 1.10.0

## Fixes
### Fixes
- stack backtrace: fix alignment and skipping [66915d6]
- fix typo in documentation [8f97b93]

## 1.9.0

## Features
### Features
- Option to print output into report, when tests have passed [0545415]

## Fixes
### Fixes
- Fixed typos in comments [0ecbc58]
- gofmt code [a7f8bfb]
- Simplify code [7454d00]
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"fmt"
)

const VERSION = "1.10.1"
const VERSION = "1.10.2"

type GinkgoConfigType struct {
RandomSeed int64
Expand Down

0 comments on commit 72b6ab0

Please sign in to comment.