File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
----
8
8
## [ Unreleased] (In Git)
9
9
10
+ ### Added
11
+
12
+ ### Changed
13
+
14
+ ### Deprecated
15
+
16
+ ### Removed
17
+
18
+ ### Fixed
19
+
20
+ ## [ 7.3.0] (2022-03-20)
21
+
10
22
### Added
11
23
* [ JUnit Platform] Support ` cucumber.features ` property ([ #2498 ] ( https://github.com/cucumber/cucumber-jvm/pull/2498 ) M.P. Korstanje)
12
24
@@ -17,10 +29,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
29
* Update dependency com.google.inject: guice to v5.1.0 ([ #2473 ] ( https://github.com/cucumber/cucumber-jvm/pull/2473 ) M.P. Korstanje)
18
30
* Update dependency org.testng: testng to v7.5 ([ #2457 ] ( https://github.com/cucumber/cucumber-jvm/pull/2457 ) M.P. Korstanje)
19
31
20
- ### Deprecated
21
-
22
- ### Removed
23
-
24
32
### Fixed
25
33
* [ OpenEJB] Remove spurious dependencies ([ #2477 ] ( https://github.com/cucumber/cucumber-jvm/pull/2477 ) M.P. Korstanje)
26
34
- Removed spurious dependencies:
@@ -1752,7 +1760,8 @@ in `cucumber.api` stable from now on, with proper deprecation warnings in case s
1752
1760
* First proper release
1753
1761
1754
1762
<!-- Releases -->
1755
- [Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.2.3...main
1763
+ [Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.3.0...main
1764
+ [7.3.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.2.3-RC1...v7.3.0
1756
1765
[7.2.3]: https://github.com/cucumber/cucumber-jvm/compare/v7.2.2-RC1...v7.2.3
1757
1766
[7.2.2]: https://github.com/cucumber/cucumber-jvm/compare/v7.2.1-RC1...v7.2.2
1758
1767
[7.2.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.2.0-RC1...v7.2.1
You can’t perform that action at this time.
0 commit comments