File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.36.3
2
+
3
+ ### Maintenance
4
+
5
+ - bump all the things [ adb8b49]
6
+ - chore: replace ` interface{} ` with ` any ` [ 7613216]
7
+ - Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (#822 ) [ 9fe5259]
8
+ - remove spurious "toolchain" from go.mod (#819 ) [ a0e85b9]
9
+ - Bump golang.org/x/net from 0.33.0 to 0.35.0 (#823 ) [ 604a8b1]
10
+ - Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (#772 ) [ 36fbc84]
11
+ - Bump github-pages from 231 to 232 in /docs (#778 ) [ ced70d7]
12
+ - Bump rexml from 3.2.6 to 3.3.9 in /docs (#788 ) [ c8b4a07]
13
+ - Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#812 ) [ 06431b9]
14
+ - Bump webrick from 1.8.1 to 1.9.1 in /docs (#800 ) [ b55a92d]
15
+ - Fix typos (#813 ) [ a1d518b]
16
+
1
17
## 1.36.2
2
18
3
19
### Maintenance
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"github.com/onsi/gomega/types"
23
23
)
24
24
25
- const GOMEGA_VERSION = "1.36.2 "
25
+ const GOMEGA_VERSION = "1.36.3 "
26
26
27
27
const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
28
28
If you're using Ginkgo then you probably forgot to put your assertion in an It().
You can’t perform that action at this time.
0 commit comments