Skip to content

Commit 3d25d5b

Browse files
committed
Add migration notes and update changelog for next major
1 parent 1f52b40 commit 3d25d5b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.github.temyers</groupId>
1212
<artifactId>cucumber-jvm-parallel-plugin</artifactId>
13-
<version>4.2.1-SNAPSHOT</version>
13+
<version>5.0.0-SNAPSHOT</version>
1414
<packaging>maven-plugin</packaging>
1515

1616
<name>cucumber-jvm-parallel-plugin Maven Plugin</name>

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,11 @@ Q. Is there a mailing list?
241241

242242
A. No. but we have a Gitter channel: https://gitter.im/cucumber-jvm-parallel-plugin/
243243

244+
Migration from version 4.x
245+
==========================
246+
* Gherkin has been updated to version 5.0.0. You may encounter issues if you do not also upgrade
247+
Cucumber to at least version 2.x.x.
248+
* Tag expressions have upgraded to 1.1.1. See https://docs.cucumber.io/tag-expressions
244249

245250
Migration from version 3.x
246251
==========================
@@ -270,6 +275,10 @@ Migration from version 1.x
270275
Changelog
271276
=========
272277

278+
5.0.0-SNAPSHOT
279+
-----
280+
* PR #165 - Implement Tag expressions
281+
273282
4.2.0
274283
-----
275284
* PR #136 - Fix issue #135 Filter generated classes into non-overlapping groups

0 commit comments

Comments
 (0)