Skip to content

Commit 28fb5d6

Browse files
committed
v2.19.0
1 parent e31f03a commit 28fb5d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.19.0
2+
3+
### Features
4+
5+
[Label Sets](https://onsi.github.io/ginkgo/#label-sets) allow for more expressive and flexible label filtering.
6+
17
## 2.18.0
28

39
### Features

Diff for: 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.18.0"
3+
const VERSION = "2.19.0"

0 commit comments

Comments
 (0)