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 ec17e17 commit 5e1988cCopy full SHA for 5e1988c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 2.1.1
2
+
3
+See [https://onsi.github.io/ginkgo/MIGRATING_TO_V2](https://onsi.github.io/ginkgo/MIGRATING_TO_V2) for details on V2.
4
5
+### Fixes
6
+- Suites that only import the new dsl packages are now correctly identified as Ginkgo suites [ec17e17]
7
8
## 2.1.0
9
10
See [https://onsi.github.io/ginkgo/MIGRATING_TO_V2](https://onsi.github.io/ginkgo/MIGRATING_TO_V2) for details on V2.
types/version.go
@@ -1,3 +1,3 @@
package types
-const VERSION = "2.1.0"
+const VERSION = "2.1.1"
0 commit comments