Skip to content

Commit a3ca2ca

Browse files
committed
v1.38.3
1 parent 4dada36 commit a3ca2ca

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.38.3
2+
3+
### Fixes
4+
make string formatitng more consistent for users who use format.Object directly
5+
16
## 1.38.2
27

38
- roll back to go 1.23.0 [c404969]

gomega_dsl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/onsi/gomega/types"
2323
)
2424

25-
const GOMEGA_VERSION = "1.38.2"
25+
const GOMEGA_VERSION = "1.38.3"
2626

2727
const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
2828
If you're using Ginkgo then you probably forgot to put your assertion in an It().

0 commit comments

Comments
 (0)