We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69eb39 commit ac8918eCopy full SHA for ac8918e
CHANGELOG.md
@@ -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
16
## 2.20.2
17
18
Require Go 1.22+
types/version.go
@@ -1,3 +1,3 @@
package types
-const VERSION = "2.20.2"
+const VERSION = "2.21.0"
0 commit comments