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 8cda4ef commit 2470852Copy full SHA for 2470852
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 2.9.0
2
+
3
+### Features
4
+- AttachProgressReporter is an experimental feature that allows users to provide arbitrary information when a ProgressReport is requested [28801fe]
5
6
+- GinkgoT() has been expanded to include several Ginkgo-specific methods [2bd5a3b]
7
8
+ The intent is to enable the development of third-party libraries that integrate deeply with Ginkgo using `GinkgoT()` to access Ginkgo's functionality.
9
10
## 2.8.4
11
12
### Features
types/version.go
@@ -1,3 +1,3 @@
package types
-const VERSION = "2.8.4"
+const VERSION = "2.9.0"
0 commit comments