Skip to content

Commit 2d6991a

Browse files
committed
v2.12.0
1 parent 05de518 commit 2d6991a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2.12.0
2+
3+
### Features
4+
5+
- feat: allow MustPassRepeatedly decorator to be set at suite level (#1266) [05de518]
6+
7+
### Fixes
8+
9+
- fix-errors-in-readme (#1244) [27c2f5d]
10+
11+
### Maintenance
12+
13+
Various chores/dependency bumps.
14+
115
## 2.11.0
216

317
In prior versions of Ginkgo specs the CLI filter flags (e.g. `--focus`, `--label-filter`) would _override_ any programmatic focus. This behavior has proved surprising and confusing in at least the following ways:

types/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.11.0"
3+
const VERSION = "2.12.0"

0 commit comments

Comments
 (0)