Skip to content

Commit 0287561

Browse files
committed
v2.8.3
1 parent fc1a02e commit 0287561

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.8.3
2+
3+
Released to fix security issue in golang.org/x/net dependency
4+
5+
### Maintenance
6+
7+
- Bump golang.org/x/net from 0.6.0 to 0.7.0 (#1141) [fc1a02e]
8+
- remove tools.go hack from documentation [0718693]
9+
110
## 2.8.2
211

312
Ginkgo now includes a `tools.go` file in the root directory of the `ginkgo` package. This should allow modules that simply `go get github.com/onsi/ginkgo/v2` to also pull in the CLI dependencies. This obviates the need for consumers of Ginkgo to have their own `tools.go` file and makes it simpler to ensure that the version of the `ginkgo` CLI being used matches the version of the library. You can simply run `go run github.com/onsi/ginkgo/v2/ginkgo` to run the version of the cli associated with your package go.mod.

types/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.8.2"
3+
const VERSION = "2.8.3"

0 commit comments

Comments
 (0)