Skip to content

Commit d316b42

Browse files
committed
Complete CHANGELOG and README for v6.3
1 parent b35eec5 commit d316b42

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

CHANGELOG.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16+
- [Core] Update `cucumber-core` dependency to [6.3.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17+
1618
### Deprecated
1719

1820
### Removed
@@ -21,35 +23,21 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
2123

2224
## [6.2.2] (2020-07-09)
2325

24-
### Added
25-
2626
### Changed
2727

2828
- [Core] Update `cucumber-core` dependency to [6.2.2](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
2929

30-
### Deprecated
31-
32-
### Removed
33-
3430
### Fixed
3531

3632
- [JUnit] [sbt] Fix failed scenarios not failing the test suite if using duplicated names or `Scenario Outline` ([#22](https://github.com/cucumber/cucumber-jvm-scala/issues/102) [#102](https://github.com/cucumber/cucumber-jvm-scala/issues/102) M.P. Korstanje)
3733
- The fix is actually part of `cucumber-junit` 6.2.2 (https://github.com/cucumber/cucumber-jvm/pull/2045) but is mainly done for Cucumber Scala and Sbt usage
3834

3935
## [6.2.1] (2020-07-07)
4036

41-
### Added
42-
4337
### Changed
4438

4539
- [Core] Update `cucumber-core` dependency to [6.2.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
4640

47-
### Deprecated
48-
49-
### Removed
50-
51-
### Fixed
52-
5341
## [6.2.0] (2020-07-04)
5442

5543
### Added
@@ -64,27 +52,13 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
6452

6553
- [Core] Update `cucumber-core` dependency to [6.2.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
6654

67-
### Deprecated
68-
69-
### Removed
70-
71-
### Fixed
72-
7355
## [6.1.2] (2020-06-26)
7456

75-
### Added
76-
7757
### Changed
7858

7959
- [Core] Update `cucumber-core` dependency to 6.1.2
8060
- [Build] Update Scala versions to 2.13.3
8161

82-
### Deprecated
83-
84-
### Removed
85-
86-
### Fixed
87-
8862
## [6.1.1] (2020-06-12)
8963

9064
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The minor version might differ because Cucumber Scala may add Scala-related feat
1717

1818
| Cucumber Scala version | Cucumber version | Scala versions |
1919
|------------------------|------------------|------------------|
20-
| 6.2.2 | 6.2.2 | 2.11, 2.12, 2.13 |
20+
| 6.3.0 | 6.3.0 | 2.11, 2.12, 2.13 |
2121
| 5.7.0 | 5.7.0 | 2.11, 2.12, 2.13 |
2222
| 4.7.1 | 4.7.1 | 2.11, 2.12, 2.13 |
2323

0 commit comments

Comments
 (0)