Skip to content

Commit eb27ca8

Browse files
committed
v2.18.0
1 parent f010b65 commit eb27ca8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2.18.0
2+
3+
### Features
4+
- Add --slience-skips and --force-newlines [f010b65]
5+
- fail when no tests were run and --fail-on-empty was set [d80eebe]
6+
7+
### Fixes
8+
- Fix table entry context edge case [42013d6]
9+
10+
### Maintenance
11+
- Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#1406) [fcf1fd7]
12+
- Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#1399) [8bb14fd]
13+
- Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1407) [04bfad7]
14+
115
## 2.17.3
216

317
### Fixes

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.17.3"
3+
const VERSION = "2.18.0"

0 commit comments

Comments
 (0)