Skip to content

Commit

Permalink
v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Aug 23, 2023
1 parent 05de518 commit 2d6991a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.12.0

### Features

- feat: allow MustPassRepeatedly decorator to be set at suite level (#1266) [05de518]

### Fixes

- fix-errors-in-readme (#1244) [27c2f5d]

### Maintenance

Various chores/dependency bumps.

## 2.11.0

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:
Expand Down
2 changes: 1 addition & 1 deletion types/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package types

const VERSION = "2.11.0"
const VERSION = "2.12.0"

0 comments on commit 2d6991a

Please sign in to comment.