Skip to content

Commit c10c6b6

Browse files
committed
v1.16.0
1 parent 5afe282 commit c10c6b6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -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+
114
## 1.15.2
215

316
### Fixes

config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"fmt"
2121
)
2222

23-
const VERSION = "1.15.2"
23+
const VERSION = "1.16.0"
2424

2525
type GinkgoConfigType struct {
2626
RandomSeed int64

0 commit comments

Comments
 (0)