Skip to content

Commit 95b1d5c

Browse files
committed
v1.15.2
1 parent e90a4a0 commit 95b1d5c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.15.2
2+
3+
### Fixes
4+
- ignore blank `-focus` and `-skip` flags (#780) [e90a4a0]
5+
16
## 1.15.1
27

38
### Fixes

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"fmt"
2121
)
2222

23-
const VERSION = "1.15.1"
23+
const VERSION = "1.15.2"
2424

2525
type GinkgoConfigType struct {
2626
RandomSeed int64

0 commit comments

Comments
 (0)