File tree Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
77See also the [ CHANGELOG] ( https://github.com/cucumber/cucumber-jvm/blob/master/CHANGELOG.md ) from Cucumber Core.
88
99----
10-
1110## [ Unreleased] (In Git)
1211
1312### Added
1413
14+ ### Changed
15+
16+ ### Deprecated
17+
18+ ### Removed
19+
20+ ### Fixed
21+
22+
23+ ## [ 5.6.0] (2020-05-03)
24+
25+ ### Added
26+
1527- [ Doc] Users documentation on Scala DSL
1628- [ Scala DSL] Support for transformers ([ #32 ] ( https://github.com/cucumber/cucumber-jvm-scala/issues/32 ) Gaël Jourdan-Weil)
1729 - See [ Transformers] ( docs/transformers.md )
@@ -29,16 +41,10 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
2941- [ Gherkin] Update Gherkin version to 9.2.0
3042 - New ` MR ` and ` ME ` traits available
3143
32- ### Deprecated
33-
34- ### Removed
35-
3644### Fixed
3745
3846- [ Core] Instantiate glue classes per scenario ([ #1 ] ( https://github.com/cucumber/cucumber-jvm-scala/issues/1 ) Gaël Jourdan-Weil)
3947
40- ### Security
41-
4248## [ 4.7.1] (2019-08-01)
4349
4450### Changed
@@ -107,7 +113,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
107113- [ Build] Update Scala versions to 2.11.12 and 2.12.7 ([ #11 ] ( https://github.com/cucumber/cucumber-jvm-scala/issues/11 ) Arturas Smorgun)
108114
109115<!-- Releases -->
110- [ Unreleased ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v4.7.1...master
116+ [ Unreleased ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v5.6.0...master
117+ [ 5.6.0 ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v4.7.1...v5.6.0
111118[ 4.7.1 ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v4.7.0...v4.7.1
112119[ 4.7.0 ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v4.6.0...v4.7.0
113120[ 4.6.0 ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v4.5.4...v4.6.0
Original file line number Diff line number Diff line change @@ -14,18 +14,10 @@ clean:
1414
1515version :
1616 @echo " "
17- @echo " The next version of Cucumber-JVM will be $( NEW_VERSION) and released from '$( CURRENT_BRANCH) '"
17+ @echo " The next version of Cucumber-Scala will be $( NEW_VERSION) and released from '$( CURRENT_BRANCH) '"
1818 @echo " "
1919.PHONY : version
2020
21- update-compatibility :
22- MSG_VERSION=$$(mvn help:evaluate -Dexpression=messages.version -q -DforceStdout 2> /dev/null ) && \
23- git clone --branch messages/v$$ MSG_VERSION git@github.com:cucumber/cucumber.git target/cucumber
24- rm -rf compatibility/src/test/resources/*
25- cp -r target/cucumber/compatibility-kit/javascript/features compatibility/src/test/resources
26- rm -rf target/cucumber
27- .PHONY : update-cck
28-
2921update-dependency-versions :
3022 mvn versions:force-releases
3123 mvn versions:update-properties -DallowMajorUpdates=false -Dmaven.version.rules=" file://` pwd` /.m2/maven-version-rules.xml"
You can’t perform that action at this time.
0 commit comments