We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f010b65 commit eb27ca8Copy full SHA for eb27ca8
CHANGELOG.md
@@ -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
15
## 2.17.3
16
17
### Fixes
types/version.go
@@ -1,3 +1,3 @@
package types
-const VERSION = "2.17.3"
+const VERSION = "2.18.0"
0 commit comments