Skip to content

Commit ac8918e

Browse files
committed
v2.21.0
1 parent a69eb39 commit ac8918e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 2.21.0
2+
3+
4+
### Features
5+
- add support for GINKGO_TIME_FORMAT [a69eb39]
6+
- add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]
7+
8+
### Fixes
9+
- increase threshold in timeline matcher [e548367]
10+
- Fix the document by replacing `SpecsThatWillBeRun` with `SpecsThatWillRun`
11+
[c2c4d3c]
12+
13+
### Maintenance
14+
- bump various dependencies [7e65a00]
15+
116
## 2.20.2
217

318
Require Go 1.22+

types/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.20.2"
3+
const VERSION = "2.21.0"

0 commit comments

Comments
 (0)