Skip to content

Commit f65e80b

Browse files
committed
v2.22.2
1 parent cc553ce commit f65e80b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.22.2
2+
3+
### Maintenance
4+
- Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 (#1499) [cc553ce]
5+
- Bump golang.org/x/crypto (#1498) [2170370]
6+
- Bump golang.org/x/net from 0.32.0 to 0.33.0 (#1496) [a96c44f]
7+
18
## 2.22.1
29

310
### Fixes
@@ -1035,7 +1042,7 @@ New Features:
10351042
- `ginkgo -tags=TAG_LIST` passes a list of tags down to the `go build` command.
10361043
- `ginkgo --failFast` aborts the test suite after the first failure.
10371044
- `ginkgo generate file_1 file_2` can take multiple file arguments.
1038-
- Ginkgo now summarizes any spec failures that occurred at the end of the test run.
1045+
- Ginkgo now summarizes any spec failures that occurred at the end of the test run.
10391046
- `ginkgo --randomizeSuites` will run tests *suites* in random order using the generated/passed-in seed.
10401047
10411048
Improvements:
@@ -1069,7 +1076,7 @@ Bug Fixes:
10691076
Breaking changes:
10701077

10711078
- `thirdparty/gomocktestreporter` is gone. Use `GinkgoT()` instead
1072-
- Modified the Reporter interface
1079+
- Modified the Reporter interface
10731080
- `watch` is now a subcommand, not a flag.
10741081

10751082
DSL changes:

types/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.22.1"
3+
const VERSION = "2.22.2"

0 commit comments

Comments
 (0)