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/).
77----
88## [ Unreleased] (In Git)
99
10+ ### Added
11+
12+ ### Changed
13+
14+ ### Deprecated
15+
16+ ### Removed
17+
18+ ### Fixed
19+
20+ ## [ 7.3.0] (2022-03-20)
21+
1022### Added
1123* [ JUnit Platform] Support ` cucumber.features ` property ([ #2498 ] ( https://github.com/cucumber/cucumber-jvm/pull/2498 ) M.P. Korstanje)
1224
@@ -17,10 +29,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1729* Update dependency com.google.inject: guice to v5.1.0 ([ #2473 ] ( https://github.com/cucumber/cucumber-jvm/pull/2473 ) M.P. Korstanje)
1830* Update dependency org.testng: testng to v7.5 ([ #2457 ] ( https://github.com/cucumber/cucumber-jvm/pull/2457 ) M.P. Korstanje)
1931
20- ### Deprecated
21-
22- ### Removed
23-
2432### Fixed
2533* [ OpenEJB] Remove spurious dependencies ([ #2477 ] ( https://github.com/cucumber/cucumber-jvm/pull/2477 ) M.P. Korstanje)
2634 - Removed spurious dependencies:
@@ -1752,7 +1760,8 @@ in `cucumber.api` stable from now on, with proper deprecation warnings in case s
17521760* First proper release
17531761
17541762<!-- 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
17561765[7.2.3]: https://github.com/cucumber/cucumber-jvm/compare/v7.2.2-RC1...v7.2.3
17571766[7.2.2]: https://github.com/cucumber/cucumber-jvm/compare/v7.2.1-RC1...v7.2.2
17581767[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