Commit f65e80b 1 parent cc553ce commit f65e80b Copy full SHA for f65e80b
File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## 2.22.1
2
9
3
10
### Fixes
@@ -1035,7 +1042,7 @@ New Features:
1035
1042
- `ginkgo -tags=TAG_LIST` passes a list of tags down to the `go build` command.
1036
1043
- `ginkgo --failFast` aborts the test suite after the first failure.
1037
1044
- `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.
1039
1046
- `ginkgo --randomizeSuites` will run tests *suites* in random order using the generated/passed-in seed.
1040
1047
1041
1048
Improvements:
@@ -1069,7 +1076,7 @@ Bug Fixes:
1069
1076
Breaking changes:
1070
1077
1071
1078
- ` thirdparty/gomocktestreporter` is gone. Use ` GinkgoT()` instead
1072
- - Modified the Reporter interface
1079
+ - Modified the Reporter interface
1073
1080
- ` watch` is now a subcommand, not a flag.
1074
1081
1075
1082
DSL changes:
Original file line number Diff line number Diff line change 1
1
package types
2
2
3
- const VERSION = "2.22.1 "
3
+ const VERSION = "2.22.2 "
You can’t perform that action at this time.
0 commit comments