Skip to content

Commit 02f7324

Browse files
committed
v2.26.0
1 parent 6bc5566 commit 02f7324

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.26.0
2+
3+
### Features
4+
5+
Ginkgo can now generate json-formatted reports that are compatible with the `go test` json format. Use `ginkgo --gojson-report=report.go.json`. This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.
6+
17
## 2.25.3
28

39
### Fixes

types/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.25.3"
3+
const VERSION = "2.26.0"

0 commit comments

Comments
 (0)