We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca36da1 commit 9f5a208Copy full SHA for 9f5a208
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.35.1
2
+
3
+### Fixes
4
+- Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]
5
6
## 1.35.0
7
8
### Features
gomega_dsl.go
@@ -22,7 +22,7 @@ import (
22
"github.com/onsi/gomega/types"
23
)
24
25
-const GOMEGA_VERSION = "1.35.0"
+const GOMEGA_VERSION = "1.35.1"
26
27
const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
28
If you're using Ginkgo then you probably forgot to put your assertion in an It().
0 commit comments