We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92eaa57 commit c36e89aCopy full SHA for c36e89a
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.38.1
2
+
3
+### Fixes
4
5
+Numerous minor fixes and dependency bumps
6
7
## 1.38.0
8
9
### Features
gomega_dsl.go
@@ -22,7 +22,7 @@ import (
22
"github.com/onsi/gomega/types"
23
)
24
25
-const GOMEGA_VERSION = "1.38.0"
+const GOMEGA_VERSION = "1.38.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