Skip to content

Commit a181ee2

Browse files
committed
v2.16.0
1 parent 2cebe8d commit a181ee2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 2.16.0
2+
3+
### Features
4+
- add SpecContext to reporting nodes
5+
6+
### Fixes
7+
- merge coverages instead of combining them (#1329) (#1340) [23f0cc5]
8+
- core_dsl: disable Getwd() with environment variable (#1357) [cd418b7]
9+
10+
### Maintenance
11+
- docs/index.md: Typo [2cebe8d]
12+
- fix docs [06de431]
13+
- chore: test with Go 1.22 (#1352) [898cba9]
14+
- Bump golang.org/x/tools from 0.16.1 to 0.17.0 (#1336) [17ae120]
15+
- Bump golang.org/x/sys from 0.15.0 to 0.16.0 (#1327) [5a179ed]
16+
- Bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (#1321) [a1e6b69]
17+
- Bump github-pages and jekyll-feed in /docs (#1351) [d52951d]
18+
- Fix docs for handling failures in goroutines (#1339) [4471b2e]
19+
120
## 2.15.0
221

322
### Features

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.15.0"
3+
const VERSION = "2.16.0"

0 commit comments

Comments
 (0)