Skip to content

Commit 2251143

Browse files
committed
v1.36.3
1 parent adb8b49 commit 2251143

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
## 1.36.2
218

319
### Maintenance

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.2"
25+
const GOMEGA_VERSION = "1.36.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)