We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afe282 commit c10c6b6Copy full SHA for c10c6b6
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+## 1.16.0
2
+
3
+### Features
4
+- Advertise Ginkgo 2.0. Introduce deprecations. [9ef1913]
5
+ - Update README.md to advertise that Ginkgo 2.0 is coming.
6
+ - Backport the 2.0 DeprecationTracker and start alerting users
7
+ about upcoming deprecations.
8
9
+- Add slim-sprig template functions to bootstrap/generate (#775) [9162b86]
10
11
+### Fixes
12
+- Fix accidental reference to 1488 (#784) [9fb7fe4]
13
14
## 1.15.2
15
16
### Fixes
config/config.go
@@ -20,7 +20,7 @@ import (
20
"fmt"
21
)
22
23
-const VERSION = "1.15.2"
+const VERSION = "1.16.0"
24
25
type GinkgoConfigType struct {
26
RandomSeed int64
0 commit comments