Skip to content

Commit 8bc0a2a

Browse files
committed
v1.36.1
1 parent 1c6c112 commit 8bc0a2a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.36.1
2+
3+
### Fixes
4+
- Fix https://github.com/onsi/gomega/issues/803 [1c6c112]
5+
- resolves onsi/gomega#696: make HaveField great on pointer receivers given only a non-addressable value [4feb9d7]
6+
17
## 1.36.0
28

39
### Features

gomega_dsl.go

+1-1
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.36.0"
25+
const GOMEGA_VERSION = "1.36.1"
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)